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

Commit99bf1a9

Browse files
committed
fix overview summary footer
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentf56a5c6 commit99bf1a9

File tree

1 file changed

+4
-1
lines changed
  • web-app/src/containers/SelectTutorial/TutorialOverview

1 file changed

+4
-1
lines changed

‎web-app/src/containers/SelectTutorial/TutorialOverview/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp