Skip to content
Snippets Groups Projects
Commit 468d3625 authored by esikkala's avatar esikkala
Browse files

Deck.gl: fix full screen button position

parent 57470cde
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ const styles = theme => ({
zIndex: 1
},
fullscreenButton: {
marginTop: theme.spacing(1)
position: 'absolute',
top: 105
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment