Skip to content

Commit 3835019

Browse files
authored
more specificity fixes
1 parent c15003b commit 3835019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/global.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,13 @@ page-search {
322322
display: none;
323323
}
324324

325-
.sidebar-nav > [slot="global-nav"] {
325+
.sidebar-nav[popover] > [slot="global-nav"] {
326326
display: block;
327327
}
328328
}
329329

330330
@media (--md-n-below) {
331-
.sidebar-nav {
331+
.sidebar-nav[popover] {
332332
inline-size: 100%;
333333
}
334334
}

0 commit comments

Comments
 (0)