Skip to content

Commit ce920b6

Browse files
authored
fix(Popup): 调整最小高度设定为 26% (#3144)
* fix: popover 无法消失 * fix: 调整最小高度
1 parent 706dae6 commit ce920b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/popup/popup.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.nut-popup {
44
position: fixed;
5-
min-height: 46%;
5+
min-height: 26%;
66
max-height: 100%;
77
background-color: $overlay-content-bg-color;
88
-webkit-overflow-scrolling: touch;

0 commit comments

Comments
 (0)