I'm currently utilizing CKEditor () and have developed my own customized file browser.
The issue I'm encountering is that when the filebrowser is opened, it appears in a new popup window without scrollbars. I reached out for support through a ticket submission 2 weeks ago to inquire about adding scrollbars, but have received no response. I've also been unable to identify where in the code to make necessary edits...
Therefore, my plan is to implement scrolling using CSS...
I came across a post discussing making the body 100% (Border around 100% body height and width (HTML 4.01 Strict)), however, it did not result in scrollbars being added.
Does anyone have suggestions on how I can force scrollbars using CSS?