fix: handle stickyness when scrolling is locked

This commit is contained in:
Christel Westerberg
2024-11-13 14:43:06 +01:00
parent ca3819f7cc
commit 7a3194f978
9 changed files with 141 additions and 100 deletions

View File

@@ -38,7 +38,7 @@
.hideWrapper {
bottom: 0;
left: 0;
overflow: auto;
overflow: hidden;
position: fixed;
right: 0;
top: 100%;