fix navbar shadow on small screens being offset

This commit is contained in:
Felix Hamann 2019-01-26 12:07:32 +01:00
parent ba95caa980
commit 791a53a846

View File

@ -3,8 +3,9 @@
}
.navbar-shadow {
position: absolute;
position: fixed;
right: 0;
top: 0;
height: var(--header-height-collapsed);
width: 20px;
z-index: 50;