fix: upload: graphical glitch with many items, scrolling

Massimo Melina committed Mar 26, 2024 at 17:57 UTC 62183e23a3a098e223dd2ed16fff8ff63e1b81e4
1 file changed +1
frontend/src/index.scss
+1
@@ -461,6 +461,7 @@ button .icon + .label {
461 @extend .hide-back;
462 position: sticky;
463 top: -4px;
464 + z-index: 3; // necessary to not be covered by icon-buttons
465 }
466 .upload-progress::before { content: var(--separator); }
467 .entry-size::after { content: var(--separator) }