Skip to content

Commit 3a66f3d

Browse files
committed
Force Safari layout on dialog inserted into DOM
1 parent bbbe5df commit 3a66f3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addon/styles/ember-dialog/appearance.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
&.substrate {
66
background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 100%);
7-
7+
transform: translateZ(0);
8+
top: 0;
89
.dialog-content {
910
min-width: $dialog-min-width;
1011
max-width: $dialog-max-width;

0 commit comments

Comments
 (0)