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

pull/291/head
Francis Lachapelle 2020-12-23 10:12:22 -05:00
parent 099ef0ef7e
commit 86ab7312a4
1 changed files with 0 additions and 17 deletions

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;
}
//--------------------------------