Skip to content

Commit

Permalink
fix: 安卓端overlay组件不显示遮罩层
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Feb 25, 2022
1 parent 64f71d4 commit 64e3d7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/packages/overlay/overlay.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
.nut-overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: $overlay-bg-color;
background: $overlay-bg-color;
}
.nut-overflow-hidden {
overflow: hidden !important;
Expand Down

0 comments on commit 64e3d7e

Please sign in to comment.