Make filesystem view more responsive by moving the toolbar

This commit is contained in:
2023-11-15 15:50:54 +01:00
parent b53baa32f5
commit 6e30ce896f
8 changed files with 194 additions and 201 deletions

View File

@@ -226,8 +226,9 @@ onMount(() => {
height: 100%;
width: 100%;
padding: 0;
overflow-y: auto;
overflow: auto;
text-align: center;
display: block;
}
.width_container {
position: relative;
@@ -238,7 +239,8 @@ onMount(() => {
background: var(--shaded_background);
}
.toolbar {
position: relative;
position: sticky;
top: 0;
display: inline-flex;
flex-direction: row;
width: 100%;