fix: reduce z-index on sticky-top
This commit is contained in:
parent
f90a254c04
commit
f2b84739d9
1 changed files with 3 additions and 0 deletions
|
|
@ -42,3 +42,6 @@ body {
|
|||
overflow-y: visible;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
.sticky-top {
|
||||
z-index: 1019;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue