Skip to content

Commit 502ff38

Browse files
keithamuskoddsson
andcommitted
always show sidebar on low resolutions
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent ffcdf94 commit 502ff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ page-search {
336336

337337
@media (--lg-n-above) {
338338
.sidebar-nav[popover] {
339-
display: block;
339+
display: block !important;
340340
}
341341

342342
main,

0 commit comments

Comments
 (0)