Skip to content

Commit b4ebffb

Browse files
committed
chore(passport): fix firefox footer
1 parent 2a16e11 commit b4ebffb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

rootfs/api/static/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
html,body {
2+
height: 100%;
3+
}
4+
15
body {
26
font-family: benton-sans,'Helvetica Neue',helvetica,arial,sans-serif;
37
font-size: 14px;

rootfs/web/src/assets/style/purple3.min.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ body
1111
margin: 0
1212
}
1313

14+
html,body {
15+
height: 100%;
16+
}
17+
1418
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary
1519
{
1620
display: block

0 commit comments

Comments
 (0)