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