Make button control bar the top element, fixes #417

auto_join_3.3
Håvar Aambø Fosstveit 2020-05-22 20:29:02 +02:00
parent f064f98fd4
commit 2ca4cef3dc
1 changed files with 1 additions and 0 deletions

View File

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