Browse Source

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

pull/4/head
Nolan Lawson 6 years ago
committed by unarist
parent
commit
02f7f3619a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/javascript/styles/mastodon/components.scss

+ 0
- 1
app/javascript/styles/mastodon/components.scss View 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 {

Loading…
Cancel
Save