fix: reduce z-index on sticky-top

This commit is contained in:
sokumon 2026-01-09 19:08:01 +05:30
parent f90a254c04
commit f2b84739d9

View file

@ -42,3 +42,6 @@ body {
overflow-y: visible;
scrollbar-gutter: stable;
}
.sticky-top {
z-index: 1019;
}