fix(filters): dropdown z-index

This commit is contained in:
2026-04-13 20:49:01 +02:00
parent 4a0287ae16
commit a51cbb2739
+1
View File
@@ -84,6 +84,7 @@ const sceneriesOnline = computed(() => {
width: 100%; width: 100%;
max-width: 400px; max-width: 400px;
height: auto; height: auto;
z-index: 100;
} }
.wrapper { .wrapper {