Make button control bar the top element, fixes #417
parent
f064f98fd4
commit
2ca4cef3dc
|
|
@ -23,6 +23,7 @@ const styles = (theme) =>
|
|||
{
|
||||
position : 'fixed',
|
||||
display : 'flex',
|
||||
zIndex : 30,
|
||||
[theme.breakpoints.up('md')] :
|
||||
{
|
||||
top : '50%',
|
||||
|
|
|
|||
Loading…
Reference in New Issue