Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
fix(dialog): fix broken overlay in chrome in retina displays
Browse files Browse the repository at this point in the history
  • Loading branch information
dami-gg committed Sep 1, 2016
1 parent 0d93cb8 commit 507e0f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/molecules/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
justify-content: center;
transform: rotateX(0deg) translateY(0) translateZ(0);
transition: transform 2s cubic-bezier(.25, .46, .45, .94), opacity .2s cubic-bezier(.39, .58, .57, 1);
border-radius: 2px;
box-shadow: 0 5px 10px rgba($dc-black, .2);
overflow: auto;
z-index: 10000;
Expand Down

0 comments on commit 507e0f5

Please sign in to comment.