We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbe5df commit 3a66f3dCopy full SHA for 3a66f3d
addon/styles/ember-dialog/appearance.scss
@@ -4,7 +4,8 @@
4
5
&.substrate {
6
background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.3) 100%);
7
-
+ transform: translateZ(0);
8
+ top: 0;
9
.dialog-content {
10
min-width: $dialog-min-width;
11
max-width: $dialog-max-width;
0 commit comments