mirror of
https://github.com/maputnik/editor.git
synced 2026-07-03 12:37:27 +00:00
Move style code to CSS
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const ScrollContainer = (props) => {
|
||||
return <div style={{
|
||||
overflowX: "visible",
|
||||
overflowY: "scroll",
|
||||
bottom:0,
|
||||
left:0,
|
||||
right:0,
|
||||
top:1,
|
||||
position: "absolute",
|
||||
}}>
|
||||
return <div className="maputnik-scroll-container">
|
||||
{props.children}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user