Labels |
Added:
No Code Attached Yet
|
i am not sure about good rules for a pr
i put here first draft of code (an maybe if some one can help me for a clean pr)
in media-manager.css
change
.media-toolbar { position:sticky; top:67px; z-index:1;
and change
.media-drive { position: fixed; z-index: 1; }
and add
thead.media-browser-table-head { position: sticky; top: 124px; z-index: 1; }
TODO
check thead render
check folder sidebar => maybe the solution is to add js
https://www.loom.com/share/9460851222c446e9ba72a1161395d07c
Labels |
Added:
J4 Media Manager
|
one more solution to this issue can be adding the 'position: fixed;' property in the 'media-disk' class in 'media-manager.css'
@brianteeman
Also, I would like to make a PR for this issue, may I??
Very cool thanks
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-12 15:49:51 |
Closed_By | ⇒ | alikon |
Status | Closed | ⇒ | New |
Closed_Date | 2022-01-12 15:49:51 | ⇒ | |
Closed_By | alikon | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-28 21:39:41 |
Closed_By | ⇒ | Quy |
On the list view I would probably make the table column headers sticky as well.
Looking forward to testing the pr