File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
web-app/src/containers/SelectTutorial/TutorialOverview Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const styles = {
1111 display : 'flex' as 'flex' ,
1212 flexDirection : 'column' as 'column' ,
1313 width : '100%' ,
14+ height : '100%' ,
1415 } ,
1516 nav : ( theme : Theme ) => ( {
1617 height : theme [ '$nav-height' ] ,
@@ -22,6 +23,7 @@ const styles = {
2223 cursor : 'pointer' ,
2324 } ) ,
2425 content : {
26+ height : '100%' ,
2527 paddingBottom : '5rem' ,
2628 } ,
2729 header : ( theme : Theme ) => ( {
@@ -54,10 +56,11 @@ const styles = {
5456 alignItems : 'center' as 'center' ,
5557 justifyContent : 'flex-end' as 'flex-end' ,
5658 height : theme [ '$footer-height' ] ,
57- padding : '1rem ' ,
59+ padding : '0rem 0.5rem ' ,
5860 paddingRight : '2rem' ,
5961 backgroundColor : theme [ '$color-black' ] ,
6062 width : '100%' ,
63+ zIndex : 100 ,
6164 } ) ,
6265}
6366
You can’t perform that action at this time.
0 commit comments