mirror of
https://github.com/maputnik/editor.git
synced 2026-02-10 22:50:00 +00:00
Fix the scrolling CSS disaster
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user