Skip to content

Commit 2c64e48

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)