Add transform exception for lightbox modal (#1683)
This commit is contained in:
parent
cf53fdbc92
commit
56de3fdd13
1 changed files with 4 additions and 0 deletions
|
@ -1615,6 +1615,10 @@ img {
|
|||
// Fix Lightbox (Image viewer) modal backdrop bug
|
||||
// Context: transform, filter and perspective break "position: fixed" in child element
|
||||
.lb-open-lightbox {
|
||||
.ReactModal__Content {
|
||||
transform: unset !important;
|
||||
}
|
||||
|
||||
.modal {
|
||||
-webkit-backdrop-filter: unset;
|
||||
backdrop-filter: unset;
|
||||
|
|
Loading…
Reference in a new issue