Remove translateZ(0) on modal overlay (#5478)
This commit is contained in:
parent
20fee786b1
commit
02f7f3619a
|
@ -3067,7 +3067,6 @@ button.icon-button.active i.fa-retweet {
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: rgba($base-overlay-background, 0.7);
|
background: rgba($base-overlay-background, 0.7);
|
||||||
transform: translateZ(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-root__container {
|
.modal-root__container {
|
||||||
|
|
Loading…
Reference in New Issue