Skip to content

Commit f65ae8e

Browse files
committed
Fix navigation content clipping
1 parent 2c64e48 commit f65ae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/sass/modules/_navigation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
&.site-navigation-open {
80-
max-height: 16.1875em;
80+
max-height: 17em;
8181
transition: max-height 0.33s ease-in-out;
8282
}
8383
}

0 commit comments

Comments
 (0)