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

Commite5072dc

Browse files
committed
fix overview page footer styles
1 parent7d5d5c0 commite5072dc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import*asReactfrom'react'
22
import*asGfrom'typings/graphql'
3-
import{css,jsx}from'@emotion/core'
43
importButtonfrom'../../components/Button'
54
importMarkdownfrom'../../components/Markdown'
65

@@ -30,9 +29,11 @@ const styles = {
3029
levelList:{
3130
padding:'0rem 1rem',
3231
},
33-
options:{
34-
position:'absolute'as'absolute',
32+
footer:{
33+
position:'fixed'as'fixed',
3534
bottom:0,
35+
left:0,
36+
right:0,
3637
display:'flex'as'flex',
3738
flexDirection:'row'as'row',
3839
alignItems:'center'as'center',
@@ -79,7 +80,7 @@ const Summary = ({ title, description, levels, onNext }: Props) => (
7980
</div>
8081
</div>
8182

82-
<divcss={styles.options}>
83+
<divcss={styles.footer}>
8384
{/* TODO Add back button */}
8485
<Buttontype="primary"onClick={()=>onNext()}>
8586
Start

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp