Fixed Bug 29737.
This commit is contained in:
parent
b7ddb8ba52
commit
2bb4486c72
|
@ -3,6 +3,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.user-select(none);
|
.user-select(none);
|
||||||
color: @gray-deep;
|
color: @gray-deep;
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
&.safari {
|
&.safari {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -3,6 +3,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.user-select(none);
|
.user-select(none);
|
||||||
color: @gray-deep;
|
color: @gray-deep;
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
&.safari {
|
&.safari {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -3,6 +3,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
.user-select(none);
|
.user-select(none);
|
||||||
color: @gray-deep;
|
color: @gray-deep;
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
&.safari {
|
&.safari {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue