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'
3
3
import Button from '../../components/Button'
4
4
import Markdown from '../../components/Markdown'
5
5
6
+ const footerHeight = 50
7
+
6
8
const styles = {
7
9
page : {
8
10
position : 'relative' as 'relative' ,
9
11
display : 'flex' as 'flex' ,
10
12
flexDirection : 'column' as 'column' ,
11
13
width : '100%' ,
14
+ paddingBottom : footerHeight ,
12
15
} ,
13
16
summary : {
14
17
padding : '0rem 1rem 1rem 1rem' ,
@@ -38,7 +41,7 @@ const styles = {
38
41
flexDirection : 'row' as 'row' ,
39
42
alignItems : 'center' as 'center' ,
40
43
justifyContent : 'flex-end' as 'flex-end' ,
41
- height : '50px' ,
44
+ height : footerHeight ,
42
45
padding : '1rem' ,
43
46
paddingRight : '2rem' ,
44
47
backgroundColor : 'black' ,
You can’t perform that action at this time.
0 commit comments