@samitouri / QOSami-HFS / commits / ba13ff25

upload: nicer

Massimo Melina committed Mar 26, 2024 at 18:15 UTC ba13ff252d3a191d63dd52df8c1b2cf8b7001828
1 file changed +2 -1
frontend/src/index.scss
+2 -1
@@ -460,8 +460,9 @@ button .icon + .label {
460 .upload-toolbar {
461 @extend .hide-back;
462 position: sticky;
463 - top: -4px;
463 + top: -4px; padding-top: 1px; // workaround: without this, the scrolling list behind is visible above (vertically, not z-index)
464 z-index: 3; // necessary to not be covered by icon-buttons
465 + box-shadow: 0 0 .3em .3em var(--bg);
466 }
467 .upload-progress::before { content: var(--separator); }
468 .entry-size::after { content: var(--separator) }