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
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
&,
|
&,
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue