Commit b5fec75
authored
🐛 Fixed settings page not scrollable on mobile (#26477)
closes https://linear.app/ghost/issue/BER-3350/
closes #26473
- Fixed the settings page not being scrollable at mobile sizes (below 860px) when the sidebar is hidden
- The page wrapper only applied `fixed` positioning and `h-full` at the `tablet` breakpoint, so on smaller screens the content area had no height constraint and `overflow-y-scroll` had no effect
- Applied `fixed left-0 top-0 flex h-full` at all sizes so the content scroller works on mobile too1 parent 2246435 commit b5fec75
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments