fix: remove overflow-x:hidden from html,body — was creating scroll container that broke position:sticky on title bar
This commit is contained in:
parent
f79d197dd4
commit
e1a29f5650
1 changed files with 0 additions and 5 deletions
|
|
@ -142,11 +142,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
||||
"Helvetica Neue", Arial, sans-serif;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue