We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14455aa commit 3685bceCopy full SHA for 3685bce
assets/scss/_sidebar-tree.scss
@@ -26,9 +26,9 @@
26
}
27
28
29
- // Handle the case where #content-mobile is displayed with a search box,
30
- // regardless of the value of sidebar_search_disable:
31
- @include media-breakpoint-only(md) {
+ // Handle cases for tablet (`md`) and mobile (<= `sm`) where the search box is
+ // displayed regardless of the value of sidebar_search_disable:
+ @include media-breakpoint-down(lg) {
32
padding-top: 0 !important;
33
@supports (position: sticky) {
34
max-height: $_max-height !important;
0 commit comments