stop odd x scroll
This commit is contained in:
@@ -227,6 +227,11 @@
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-base);
|
||||
color: var(--color-text);
|
||||
|
||||
@@ -147,7 +147,7 @@ function AppLayout(props: { children: any }) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div class="flex max-w-screen flex-row">
|
||||
<div class="flex max-w-screen flex-row overflow-x-hidden">
|
||||
<LeftBar />
|
||||
<div
|
||||
id="center-body"
|
||||
|
||||
Reference in New Issue
Block a user