File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
web-app/src/containers/Tutorial/LevelPage Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const styles = {
1414 display : 'flex' as 'flex' ,
1515 flexDirection : 'column' as 'column' ,
1616 padding : 0 ,
17- paddingBottom : '36px' ,
17+ paddingBottom : 72 ,
1818 height : 'auto' ,
1919 width : '100%' ,
2020 } ,
@@ -42,18 +42,20 @@ const styles = {
4242 } ,
4343 processes : {
4444 padding : '0 1rem' ,
45- position : 'absolute' as 'absolute' ,
46- bottom : '36px' ,
45+ position : 'fixed' as 'fixed' ,
46+ bottom : 36 ,
47+ left : 0 ,
48+ right : 0 ,
4749 } ,
4850 footer : {
4951 display : 'flex' as 'flex' ,
5052 flexDirection : 'row' as 'row' ,
5153 justifyContent : 'space-between' ,
5254 alignItems : 'center' ,
53- height : '36px' ,
55+ height : 36 ,
5456 backgroundColor : 'black' ,
55- fontSize : '16px' ,
56- lineHeight : '16px' ,
57+ fontSize : 16 ,
58+ lineHeight : 16 ,
5759 padding : '10px 1rem' ,
5860 position : 'fixed' as 'fixed' ,
5961 bottom : 0 ,
You can’t perform that action at this time.
0 commit comments