mirror of https://github.com/hashicorp/consul
website: fix scrolling/loading issue on iOS
parent
1bb482bcbd
commit
c34b34ebc1
|
@ -1,6 +1,4 @@
|
|||
html {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
overflow-x: hidden;
|
||||
|
@ -13,8 +11,6 @@ body {
|
|||
font-size: $font-size;
|
||||
font-family: $font-family-open-sans;
|
||||
font-weight: $font-weight-reg;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue