fix navbar shadow on small screens being offset
This commit is contained in:
parent
ba95caa980
commit
791a53a846
@ -3,8 +3,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-shadow {
|
.navbar-shadow {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
top: 0;
|
||||||
height: var(--header-height-collapsed);
|
height: var(--header-height-collapsed);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user