mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
[WO-264] fix css transition flickering in editor
This commit is contained in:
parent
0031d27abd
commit
c6c53a67dc
@ -21,6 +21,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: $lightbox-padding;
|
padding: $lightbox-padding;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
backface-visibility: hidden;
|
||||||
header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -77,11 +78,9 @@
|
|||||||
// effect
|
// effect
|
||||||
.lightbox-effect .lightbox-body {
|
.lightbox-effect .lightbox-body {
|
||||||
transform: scale(0.7);
|
transform: scale(0.7);
|
||||||
opacity: 0;
|
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightbox-overlay.show .lightbox-effect .lightbox-body {
|
.lightbox-overlay.show .lightbox-effect .lightbox-body {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user