(css) Fix scrolling of message with Firefox

Fixes #4008, #4282, #4398
This commit is contained in:
Francis Lachapelle
2018-02-27 09:30:12 -05:00
parent d00db81d08
commit a75ae84953
2 changed files with 8 additions and 0 deletions
@@ -221,6 +221,12 @@ body {
position: absolute;
&.sg-flip {
transform: rotateY( 180deg );
.sg-face {
pointer-events: none;
}
.sg-back {
pointer-events: auto;
}
}
.sg-face, .sg-back {
backface-visibility: hidden;
@@ -233,6 +239,7 @@ body {
}
.sg-back {
transform: rotateY( 180deg );
pointer-events: none;
}
}
}