increased z-index of navigation bar
This commit is contained in:
parent
e2dc9e4c0a
commit
c6b4d6bd2c
1 changed files with 1 additions and 1 deletions
|
@ -1498,7 +1498,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0px 6px;
|
padding: 0px 6px;
|
||||||
z-index: 1;
|
z-index: 2;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue