Skip to content

Commit d057c55

Browse files
authored
fix sub-nav max-height (#1496)
1 parent 7e3ef83 commit d057c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_components/SecondaryNav.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
.sub-nav-toggle-checkbox:checked + .tertiary-nav {
7474
height: auto;
75-
max-height: 100vh;
75+
max-height: fit-content;
7676
}
7777

7878
.sub-nav-toggle:has(+ .sub-nav-toggle-checkbox:checked)::after {

0 commit comments

Comments
 (0)