mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
website: fix scrolling/loading issue on iOS
This commit is contained in:
parent
1bb482bcbd
commit
c34b34ebc1
@ -1,6 +1,4 @@
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
|
||||||
min-height: 100%;
|
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@ -13,8 +11,6 @@ body {
|
|||||||
font-size: $font-size;
|
font-size: $font-size;
|
||||||
font-family: $font-family-open-sans;
|
font-family: $font-family-open-sans;
|
||||||
font-weight: $font-weight-reg;
|
font-weight: $font-weight-reg;
|
||||||
height: 100%;
|
|
||||||
min-height: 100%;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user