@samitouri / QOSami-HFS / commits / 1368f4dc

fix: avoid hovered tiles to cover paging bar

Massimo Melina committed Jul 3, 2023 at 18:43 UTC 1368f4dcd90825a06b047f2c120f842123f34bb2
1 file changed +1
frontend/src/index.scss
+1
@@ -546,6 +546,7 @@ button label {
546 #filter-bar {
547 margin-bottom: 1em;
548 }
549 + #paging { z-index: 1 } // avoid being covered by hovered elements
550
551 }
552