Skip to content

Commit

Permalink
fix: remove bottom 0 positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Sep 10, 2020
1 parent b0b8a0b commit b0adad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b0adad8

Please sign in to comment.