diff --git a/src/pages/main.tsx b/src/pages/main.tsx index 1ec2bf28..54ba8d92 100755 --- a/src/pages/main.tsx +++ b/src/pages/main.tsx @@ -21,7 +21,8 @@ export default function Main () { width: '100%', padding: '25px', height: 'calc(100vh - 80px)', - overflow: 'auto' + overflow: 'auto', + boxSizing: "border-box" }} > diff --git a/src/ui_kit/Sidebar.tsx b/src/ui_kit/Sidebar.tsx index 1ef7365c..8e39fede 100755 --- a/src/ui_kit/Sidebar.tsx +++ b/src/ui_kit/Sidebar.tsx @@ -52,6 +52,7 @@ export default function Sidebar() { transitionDuration: "200ms", overflow: "hidden", whiteSpace: "nowrap", + boxSizing: "border-box" }} >