Make button control bar the top element, fixes #417
This commit is contained in:
@@ -23,6 +23,7 @@ const styles = (theme) =>
|
|||||||
{
|
{
|
||||||
position : 'fixed',
|
position : 'fixed',
|
||||||
display : 'flex',
|
display : 'flex',
|
||||||
|
zIndex : 30,
|
||||||
[theme.breakpoints.up('md')] :
|
[theme.breakpoints.up('md')] :
|
||||||
{
|
{
|
||||||
top : '50%',
|
top : '50%',
|
||||||
|
|||||||
Reference in New Issue
Block a user