mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 00:38:07 +01:00
Remove translateZ(0) on modal overlay (#5478)
This commit is contained in:
parent
20fee786b1
commit
02f7f3619a
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue