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