fix(style): correctly collapse on mobile

This commit is contained in:
Jacky Zhao 2024-02-02 09:36:36 -08:00
parent 34a8dfcd55
commit 18745a9dc6
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@
}
@media all and (max-width: $tabletBreakpoint) {
display: block;
display: block !important;
& > *:not(#results-container) {
display: none !important;
}