Skip to content

Commit

Permalink
fix(Overlay): wrapper position absolute-close #812
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkahn committed Jun 21, 2019
1 parent 384638f commit 9fb3708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/overlay/main.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@import "../core/index-noreset.scss";

.#{$css-prefix}overlay-wrapper {
position: absolute;
top: 0;
left: 0;

.#{$css-prefix}overlay-inner {
z-index: 1001;
}
Expand Down

0 comments on commit 9fb3708

Please sign in to comment.