Skip to content

Commit

Permalink
Merge pull request #1566 from degrammer/fix-hosted-login-scroll-firefox
Browse files Browse the repository at this point in the history
Fixed missing scroll issue for sign up
  • Loading branch information
luisrudge authored Jan 8, 2019
2 parents e5297ea + e5b97c8 commit 37d5f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ loadingSize = 30px
font-family "Avenir Next", Avenir, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, sans-serif
text-rendering optimizeLegibility
pointer-events none
position fixed
position absolute
bottom 0
left 0
width 100%
Expand Down

0 comments on commit 37d5f34

Please sign in to comment.