Commit f0e47ab
zynx
fix(guid): reset negative margin-top on mobile viewport
The -5vh margin-top on .guidLayout causes content clipping on mobile
where the container switches to flex-start + overflow-y: auto.
Reset to 0 in the mobile media query to prevent content from
overflowing into the non-scrollable area.1 parent 170f2d1 commit f0e47ab
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| |||
0 commit comments