Commit 00aa59f
committed
fix: match advanced FEN page height model to the rest of the shell
This page was the only PageSidebarLayout consumer still using
h-screen/max-h-screen with its own data-page-scroll marker, left
over from before the shared layout switched to sizing off its
parent. Since #main-content is already shorter than 100vh (navbar
offset), h-screen made the page taller than its container and
created a second, nested scroll context — which broke the sidebar's
sticky positioning here specifically while every other tab page
(About, Settings, Export, FEN History) stayed fixed correctly.
Switched it to md:h-full/md:max-h-full like the rest so the sidebar
and separator behave the same everywhere.1 parent e18d541 commit 00aa59f
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
| |||
0 commit comments