Fix search options not opening on iOS (#549)

* Fix search options not opening on iOS

* cleanup
This commit is contained in:
Sascha Ißbrücker
2023-10-07 10:24:09 +02:00
committed by GitHub
parent 7600fe87f9
commit 5c9f03a715
5 changed files with 40 additions and 28 deletions

View File

@@ -74,12 +74,6 @@
min-width: 250px;
}
&:focus-within {
.menu {
display: block;
}
}
.menu .actions {
margin-top: $unit-4;
display: flex;