fix: remove overflow-x:hidden from html,body — was creating scroll container that broke position:sticky on title bar

This commit is contained in:
jlightner 2026-04-03 07:25:44 +00:00
parent 2142efece3
commit 4d29ec12ce

View file

@ -142,11 +142,6 @@
padding: 0; padding: 0;
} }
html,
body {
overflow-x: hidden;
}
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif; "Helvetica Neue", Arial, sans-serif;