@@ -53,33 +53,33 @@ const styles = {
5353 alignItems : 'center' ,
5454 height : theme [ '$footer-height' ] ,
5555 backgroundColor : 'black' ,
56- fontSize : '1rem ' ,
57- lineHeight : '1rem ' ,
56+ fontSize : '12px ' ,
57+ lineHeight : '16px ' ,
5858 padding : '10px 0rem' ,
59- position : 'absolute ' as 'absolute ' ,
59+ position : 'fixed ' as 'fixed ' ,
6060 bottom : 0 ,
6161 left : 0 ,
6262 right : 0 ,
6363 color : theme [ '$color-white' ] ,
6464 zIndex : 1000 ,
6565 } ) ,
6666 completeFooter : {
67- position : 'absolute ' as 'absolute ' ,
67+ position : 'fixed ' as 'fixed ' ,
6868 bottom : 0 ,
6969 left : 0 ,
7070 right : 0 ,
7171 zIndex : 1000 ,
7272 } ,
7373 processes : ( theme : Theme ) => ( {
7474 padding : '0 1rem' ,
75- position : 'absolute ' as 'absolute ' ,
75+ position : 'fixed ' as 'fixed ' ,
7676 bottom : theme [ '$footer-height' ] ,
7777 left : 0 ,
7878 right : 0 ,
7979 top : 'auto' ,
8080 } ) ,
8181 testMessage : ( theme : Theme ) => ( {
82- position : 'absolute ' as 'absolute ' ,
82+ position : 'fixed ' as 'fixed ' ,
8383 top : 'auto' ,
8484 bottom : theme [ '$footer-height' ] ,
8585 left : '5px' ,
@@ -180,7 +180,7 @@ const TutorialPage = (props: PageProps) => {
180180 < div css = { { flex : 1 } } >
181181 { DISPLAY_RUN_TEST_BUTTON && level . status !== 'COMPLETE' ? (
182182 < Button
183- style = { { marginLeft : '1rem' , width : '3rem ' } }
183+ style = { { marginLeft : '1rem' , width : '57px ' } }
184184 type = "primary"
185185 onClick = { onRunTest }
186186 disabled = { disableOptions }
0 commit comments