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

Commit

Permalink
fix(demo-dialog): fix dialog preview, broken after IE fix pull reques…
Browse files Browse the repository at this point in the history
…t was merged, see #156
  • Loading branch information
rbarilani authored and gabrielhl committed Mar 23, 2016
1 parent f291962 commit 3ed116f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/demo/assets/fabricator/styles/partials/_exceptions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

.f-item-preview {

.dc-dialog {
position: relative;
}

.dc-dialog__overlay {
opacity: 1;
position: relative;
position: absolute;
}

.dc-toast-container {
Expand Down

0 comments on commit 3ed116f

Please sign in to comment.