mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
fix(style): correctly collapse on mobile
This commit is contained in:
parent
34a8dfcd55
commit
18745a9dc6
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@
|
|||
}
|
||||
|
||||
@media all and (max-width: $tabletBreakpoint) {
|
||||
display: block;
|
||||
display: block !important;
|
||||
|
||||
& > *:not(#results-container) {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue