parent
5af469282a
commit
28dcf8bc1e
|
@ -255,8 +255,7 @@ root(isDark)
|
||||||
width 100%
|
width 100%
|
||||||
max-width 600px
|
max-width 600px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
flex 1 1 0
|
flex 1
|
||||||
overflow-y auto
|
|
||||||
|
|
||||||
> .init
|
> .init
|
||||||
width 100%
|
width 100%
|
||||||
|
@ -342,6 +341,10 @@ root(isDark)
|
||||||
background isDark ? #191b22 : #fff
|
background isDark ? #191b22 : #fff
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
|
position -webkit-sticky
|
||||||
|
position sticky
|
||||||
|
z-index 2
|
||||||
|
bottom 0
|
||||||
width 100%
|
width 100%
|
||||||
max-width 600px
|
max-width 600px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
|
Loading…
Reference in New Issue