Fix the scrolling CSS disaster

This commit is contained in:
Lukas Martinelli
2016-12-21 12:06:33 +01:00
parent c776d19aed
commit 8fc8dfd4f6
5 changed files with 46 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ import scrollbars from './scrollbars.scss'
const ScrollContainer = (props) => {
return <div className={scrollbars.darkScrollbar} style={{
overflowX: "visible",
overflowY: "scroll",
bottom:0,
left:0,