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