diff --git a/src/components/global.css b/src/components/global.css index 0852af860..2e91495ba 100644 --- a/src/components/global.css +++ b/src/components/global.css @@ -97,12 +97,14 @@ button { .sidebar { height: 100vh; width: 380px; + position: fixed; + z-index: 1; } .main-content { - padding: 0 100px 0; height: 100vh; - width: calc(100% - 380px); - margin-left: 380px; top: 0; + position: initial; + width: 99vw; + padding: 2em 1em 0 400px; } }