Skip to content

Commit 71bdeb0

Browse files
federicobucchikaishin
authored andcommitted
#941 - Fix macOS and Lixus pages mobile resize (#942)
1 parent 7bd7224 commit 71bdeb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/stylesheets/elements/_grid.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
background-color: var(--color-fill-secondary);
1010
border: 1px solid var(--color-fill-tertiary);
1111
border-radius: var(--border-radius);
12+
box-sizing: border-box;
1213

1314
padding: 1rem;
1415
display: flex;
1516
flex-direction: column;
17+
overflow: hidden;
1618

1719
@media (prefers-contrast: more) {
1820
background-color: transparent;

0 commit comments

Comments
 (0)