fix: remove overflow-x:hidden from .app-main — was breaking position:sticky on title bar
This commit is contained in:
parent
342a62ca6b
commit
f79d197dd4
1 changed files with 0 additions and 1 deletions
|
|
@ -237,7 +237,6 @@ body {
|
||||||
padding: 0 1.5rem;
|
padding: 0 1.5rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
overflow-x: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── App footer ───────────────────────────────────────────────────────────── */
|
/* ── App footer ───────────────────────────────────────────────────────────── */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue