File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
web-app/src/containers/Overview Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ import * as G from 'typings/graphql'
33import Button from '../../components/Button'
44import Markdown from '../../components/Markdown'
55
6+ const footerHeight = 50
7+
68const styles = {
79 page : {
810 position : 'relative' as 'relative' ,
911 display : 'flex' as 'flex' ,
1012 flexDirection : 'column' as 'column' ,
1113 width : '100%' ,
14+ paddingBottom : footerHeight ,
1215 } ,
1316 summary : {
1417 padding : '0rem 1rem 1rem 1rem' ,
@@ -38,7 +41,7 @@ const styles = {
3841 flexDirection : 'row' as 'row' ,
3942 alignItems : 'center' as 'center' ,
4043 justifyContent : 'flex-end' as 'flex-end' ,
41- height : '50px' ,
44+ height : footerHeight ,
4245 padding : '1rem' ,
4346 paddingRight : '2rem' ,
4447 backgroundColor : 'black' ,
You can’t perform that action at this time.
0 commit comments