remove margins from underlay since it causes horizontal scroll on

smaller screens
This commit is contained in:
Henry Jameson 2022-04-10 20:41:36 +03:00
parent 3f9d9dd6bd
commit 62572c3204

View file

@ -151,7 +151,6 @@ nav {
grid-column-end: span 3;
grid-row-start: 1;
grid-row-end: 1;
margin: 0 calc(var(--columnGap) / -2);
pointer-events: none;
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--underlay, rgba(0, 0, 0, 0.15));