Skip to content

Commit fb65f5e

Browse files
committed
Scroll: Fixed issue with pages overflowing on mobile
1 parent 20b3727 commit fb65f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ nav {
868868
& > ul,
869869
& > ol {
870870
display: grid;
871-
grid-template-columns: 1fr;
871+
grid-template-columns: minmax(0, 1fr);
872872
/* These gaps determine the spacing between all content. Be careful!! */
873873
gap: var(--space-m) var(--space-m);
874874

0 commit comments

Comments
 (0)