I have to rephrase the incident. It is not that the CSS no longer works at all. But the recently installed update of the Baforms component overwrote the file administrator/components/com_baforms/assets/css/ba-admin.css and removed the CSS code I had added before. I would appreciate very much, if this improvement would find its way to the next core Version of Baforms.
After I added the CSS code back, the field edit dialogue is in fact 95% high, but the dialogue has slipped down and protrudes beyond the edge of the screen at the bottom. See screenshot.
This part of the CSS code still seems to be working:
div.ba-modal-cp {
height: 95vh;
}
I guess that this part of the code needs some changes:
.fields-editor-panel.ba-modal-cp {
top: 10px;
}
Thank you very much and kind regards
Chris