Skip to content

Commit 2c64e48

Browse files
committed
Fix for Firefox content overflowing
1 parent 79811fd commit 2c64e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/sass/modules/_responsive.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.layout-4col-2span,
5555
.layout-4col-3span {
5656
grid-column: span 12;
57+
overflow: hidden; // Fix for Firefox content overflowing.
5758
}
5859

5960
/**

0 commit comments

Comments
 (0)