When you have a large number of folders it is not possible to scroll to the folders that are not in the viewport independent to the main scroll.
You will probably only notice this when the media manager is loaded in a modal.
Labels |
Added:
No Code Attached Yet
|
It's because of the sticky property. Something similar happens when you have multiple media sources defined—they stack.
This should be only CSS updates (I hope...) so I will give it a try.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-11-22 15:08:40 |
Closed_By | ⇒ | brianteeman |
Closing as there is a pr
Again, very easy fix. Disk/Folder browser is implemented in a borderless
box
on borderlesscanvas
element withLayoutManager
. Its enough to implementscroll
action. Thats it. Some 5 mins of work.