From 86ab7312a4e6e9ae9e35ec2a90a68da3ed824cad Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 23 Dec 2020 10:12:22 -0500 Subject: [PATCH] fix(mail(css)): restore scrolling of msg source when animation is off --- .../scss/core/no-animation.scss | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/UI/WebServerResources/scss/core/no-animation.scss b/UI/WebServerResources/scss/core/no-animation.scss index dfc50c8df..0b0d8bc2b 100644 --- a/UI/WebServerResources/scss/core/no-animation.scss +++ b/UI/WebServerResources/scss/core/no-animation.scss @@ -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; } //--------------------------------