Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf82c2b8

Browse files
committed
fix spacing/scroll issue on overview page
1 parentc60678e commitf82c2b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎web-app/src/containers/Overview/OverviewPage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ import * as G from 'typings/graphql'
33
importButtonfrom'../../components/Button'
44
importMarkdownfrom'../../components/Markdown'
55

6+
constfooterHeight=50
7+
68
conststyles={
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',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp