logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 02f7f3619a2af35ec29aface76bd6b5ba0f1a725
parent: 20fee786b10305bfc4629d02519a2c904ebb524a
Author: Nolan Lawson <nolan@nolanlawson.com>
Date:   Thu, 26 Oct 2017 06:46:50 -0700

Remove translateZ(0) on modal overlay (#5478)


Diffstat:

Mapp/javascript/styles/mastodon/components.scss1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss @@ -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 {