Remove layout CSS styling

This commit is contained in:
lukasmartinelli
2016-09-10 16:11:43 +02:00
parent e4049fa5da
commit 8582496811
5 changed files with 15 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ import MdSettings from 'react-icons/lib/md/settings'
import MdLayers from 'react-icons/lib/md/layers'
import MdSave from 'react-icons/lib/md/save'
import { fullHeight } from './theme.js'
import theme from './theme.js';
export class Toolbar extends React.Component {
@@ -68,12 +69,10 @@ export class Toolbar extends React.Component {
render() {
return <Container style={{
...fullHeight,
zIndex: 100,
position: "fixed",
height: "100%",
left: "0",
top: "0",
bottom: "0",
left: 0,
top: 0,
backgroundColor: theme.colors.black }
}>
<Block>