Skip to content

Commit

Permalink
Merge pull request #157 from scribetw/refine-4339
Browse files Browse the repository at this point in the history
refine ZK-4339: popup
  • Loading branch information
scribetw authored Mar 30, 2020
2 parents 8ac2bd8 + ff87d07 commit d5d6582
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/archive/web/js/zul/wgt/less/popup.less
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
@import "~./zul/less/_header.less";

.z-popup {
background: @popupBackground;
position: absolute;
top: 0;
left: 0;
overflow: hidden;

&-content {
.fontStyle(@contentFontFamily, @baseFontSize, @baseFontWeight, @popupColor);
height: 100%;
padding: @paddingSize;
line-height: normal;
background: @popupBackground;
}
}

Expand Down

0 comments on commit d5d6582

Please sign in to comment.