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 f79d197dd4
commit e1a29f5650

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;