]> cat aescling's git repositories - mastodon.git/commitdiff
Remove translateZ(0) on modal overlay (#5478)
authorNolan Lawson <nolan@nolanlawson.com>
Thu, 26 Oct 2017 13:46:50 +0000 (06:46 -0700)
committerunarist <m.unarist@gmail.com>
Thu, 26 Oct 2017 13:46:50 +0000 (22:46 +0900)
app/javascript/styles/mastodon/components.scss

index ead1c8866cfc2bd24de84a8a048bfe397acd895c..d7216cd1db644d83ff1f096de33b4151e25bdd7a 100644 (file)
@@ -3067,7 +3067,6 @@ button.icon-button.active i.fa-retweet {
   right: 0;
   bottom: 0;
   background: rgba($base-overlay-background, 0.7);
-  transform: translateZ(0);
 }
 
 .modal-root__container {