Merge pull request #83 from sharelatex/pr-fix-full-height-safari
Fix page height on Safari when zoomed
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
html {
|
||||
//font-size: 62.5%;
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -29,7 +30,7 @@ body {
|
||||
line-height: @line-height-base;
|
||||
color: @text-color;
|
||||
background-color: @body-bg;
|
||||
min-height: 100vh;
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
padding-top: @header-height;
|
||||
padding-bottom: @footer-height;
|
||||
|
||||
Reference in New Issue
Block a user