DatePicker: fix shortcut panel overflow (#5297)

pull/4780/merge
Alashow 2017-06-15 18:31:48 +05:00 committed by baiyaaaaa
parent 37fb24567c
commit 28fafaf832
1 changed files with 1 additions and 0 deletions

View File

@ -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,