feat: sticky drive header

This makes it easy to get files out of a folder to the parent directory.
This commit is contained in:
naskya 2023-09-12 21:50:08 +00:00
parent 5bc65f531d
commit a18e0daf4b

View file

@ -782,6 +782,8 @@ onBeforeUnmount(() => {
overflow: auto; overflow: auto;
font-size: 0.9em; font-size: 0.9em;
box-shadow: 0 1px 0 var(--divider); box-shadow: 0 1px 0 var(--divider);
position: fixed;
background-color: var(--bg);
&, &,
* { * {
@ -841,6 +843,7 @@ onBeforeUnmount(() => {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
padding: var(--margin); padding: var(--margin);
margin-top: 40px;
&, &,
* { * {