1
0

fix overscrolling on desktop

This commit is contained in:
Nicola Clark 2024-10-12 13:01:22 -05:00
parent bcea7049da
commit 890f8c6c17
Signed by: nicola
GPG Key ID: 3E1710E7FF08956C

View File

@ -47,8 +47,7 @@
border-right: unset !important;
display: unset !important;
height: calc(100% - var(--offset));
position: relative;
top: var(--offset);
transform: translateY(var(--offset));
}
}
}