Position this absolutely near the top left of our page
This commit is contained in:
parent
f1df6ebba5
commit
49d574d8ac
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user