Commit 28fafaf8 authored by Alashow's avatar Alashow Committed by baiyaaaaa

DatePicker: fix shortcut panel overflow (#5297)

parent 37fb2456
...@@ -104,6 +104,7 @@ ...@@ -104,6 +104,7 @@
box-sizing: border-box; box-sizing: border-box;
padding-top: 6px; padding-top: 6px;
background-color: var(--color-dark-white); background-color: var(--color-dark-white);
overflow: auto;
} }
.el-picker-panel *[slot=sidebar] + .el-picker-panel__body, .el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment