feat: sticky drive header
This makes it easy to get files out of a folder to the parent directory.
This commit is contained in:
parent
5bc65f531d
commit
a18e0daf4b
@ -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;
|
||||
|
||||
&,
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user