Skip to content

Commit

Permalink
fix(Overlay): remove position absolute. fix alibaba-fusion#1016
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkahn committed Aug 19, 2019
1 parent 567469f commit 7d87e86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/overlay/main.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@import "../core/index-noreset.scss";

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

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

0 comments on commit 7d87e86

Please sign in to comment.