add scroll-y lock on search

This commit is contained in:
2025-12-07 14:35:17 +01:00
parent caf990f700
commit 7adc584199
6 changed files with 127 additions and 38 deletions
+3 -2
View File
@@ -34,6 +34,7 @@
padding: 5px 5px 5px 5px;
}
.searchBarOverlay {
position: fixed;
top: 0;
@@ -41,9 +42,9 @@
width: 100%;
height: 100%;
z-index: 100;
background-color: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(4px);
}
.searchBarContainer{
display: flex;
justify-content: center;