Commit 04a918ed authored by Micah Zoltu's avatar Micah Zoltu Committed by Noah Zinsmeister

Removes scrollbars when there is nothing to scroll. (#513)

parent b44fc03e
......@@ -122,7 +122,7 @@ export const GlobalStyle = createGlobalStyle`
body > div {
height: 100%;
overflow: scroll;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment