mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +00:00
fix(search): 🐛 overlay should not cover search box
This commit is contained in:
parent
a3ed7666e2
commit
7639110326
|
@ -111,6 +111,7 @@
|
|||
|
||||
@media ( max-width: @width-breakpoint-desktop ) {
|
||||
.citizen-search__card {
|
||||
z-index: 1; // So that overlay does not cover card
|
||||
width: auto;
|
||||
margin: var( --space-xs );
|
||||
|
||||
|
|
Loading…
Reference in a new issue