mirror of https://github.com/ElemeFE/element
DatePicker: fix shortcut panel overflow (#5297)
parent
37fb24567c
commit
28fafaf832
|
@ -104,6 +104,7 @@
|
|||
box-sizing: border-box;
|
||||
padding-top: 6px;
|
||||
background-color: var(--color-dark-white);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
|
||||
|
|
Loading…
Reference in New Issue