Speed up filter, and set overlay full width

This commit is contained in:
ernstmul
2025-02-03 14:04:45 +01:00
parent 7d1b4e8311
commit e257b2ea7a
+2 -2
View File
@@ -169,14 +169,14 @@
.overlay {
position: fixed;
width: calc(100vw - 200px);
width: 100vw;
height: 100vh;
right: 0;
top: 0;
z-index: 10;
background-color: #56565c1a;
backdrop-filter: blur(5px);
transition: backdrop-filter 0.5s ease-in-out;
transition: backdrop-filter 0.2s ease-in-out;
@media (min-width: 1024px) {
display: none;