Make button control bar the top element, fixes #417

This commit is contained in:
Håvar Aambø Fosstveit 2020-05-22 20:29:02 +02:00
parent f064f98fd4
commit 2ca4cef3dc

View file

@ -23,6 +23,7 @@ const styles = (theme) =>
{
position : 'fixed',
display : 'flex',
zIndex : 30,
[theme.breakpoints.up('md')] :
{
top : '50%',