Constrain width for filtering

This commit is contained in:
Jason Zimdars
2025-04-27 16:30:42 +02:00
parent ec0fcf7420
commit dfdb4eee6b
+5
View File
@@ -20,6 +20,11 @@
max-inline-size: 100%;
position: relative;
z-index: 5;
.popup {
min-inline-size: 40ch;
max-inline-size: 40ch;
}
}
}