fix(mail(css)): restore scrolling of msg source when animation is off

This commit is contained in:
Francis Lachapelle
2020-12-23 10:12:22 -05:00
parent 099ef0ef7e
commit 86ab7312a4

View File

@@ -252,23 +252,6 @@ md-select-menu md-content {
.sg-reversible {
transition: none !important;
position: relative;
}
.sg-reversible.sg-flip,
.sg-reversible .sg-face,
.sg-reversible .sg-back {
position: relative;
transform: none !important;
}
.sg-reversible .sg-back,
.sg-reversible.sg-flip .sg-face {
display: none;
}
.sg-reversible.sg-flip .sg-back {
display: block;
}
//--------------------------------