fix(Calendar): incorrect height when position is left or right
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
height: @calendar-popup-height;
|
||||
}
|
||||
|
||||
&.van-popup--left,
|
||||
&.van-popup--right {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.van-popup__close-icon {
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user