Skip to content

Commit

Permalink
fix(theme-chalk): fix datepicker sidebar of panel is covered by footer (
Browse files Browse the repository at this point in the history
#9352)

.date-picker has set panel_body-wrapper position:relative, but .date-range-picker hasn't

closed #9350
  • Loading branch information
Duncanxyz committed Aug 26, 2022
1 parent 5c8c369 commit 742a37c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theme-chalk/src/date-picker/date-range-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
width: 756px;
}

&.has-time .#{$namespace}-picker-panel__body-wrapper {
position: relative;
}

table {
table-layout: fixed;
width: 100%;
Expand Down

0 comments on commit 742a37c

Please sign in to comment.