From b0adad83c8d3f4453a470cfc3598554e89628ed0 Mon Sep 17 00:00:00 2001 From: Cayla Hamann Date: Thu, 10 Sep 2020 10:03:00 -0400 Subject: [PATCH] fix: remove bottom 0 positioning --- src/layouts/MainLayout.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/MainLayout.js b/src/layouts/MainLayout.js index 5faad561a..ecb6582c3 100644 --- a/src/layouts/MainLayout.js +++ b/src/layouts/MainLayout.js @@ -122,7 +122,6 @@ const MainLayout = ({ children }) => { css={css` position: fixed; top: var(--global-header-height); - bottom: 0; width: var(--sidebar-width); height: calc(100vh - var(--global-header-height)); overflow: auto;