Position this absolutely near the top left of our page

This commit is contained in:
dannyrb 2019-05-15 14:24:04 -04:00
parent f1df6ebba5
commit 49d574d8ac

View File

@ -16,7 +16,10 @@ class ToolbarModule extends Component {
render() {
const cineDialogContainerStyle = {
display: this.state.cineDialogOpen ? 'inline-block' : 'none'
display: this.state.cineDialogOpen ? 'block' : 'none',
position: 'absolute',
top: '82px',
zIndex: 999
};
return (