aboveyunhai / chakra-dayzed-datepicker

Chakra UI + Dayzed = datepicker
https://aboveyunhai.github.io/chakra-dayzed-datepicker/
MIT License
223 stars 46 forks source link

add Portal option to popover #6

Closed adobs closed 2 years ago

adobs commented 2 years ago

Issue: parent clipping content of popover.

Example: have a SingleDatePicker in a sidebar on my app. The sidebar (parent) for the SingleDatePicker is clipping the content.

image

Fix addressed in this PR: make use of Chakra UI's Portal A Portal component will "prevent parent styles from clipping or hiding content (for popovers...)".

I've added the Portal in an optional and conditional manner, so code is still backwards-compatible.

aboveyunhai commented 2 years ago

@adobs good catch. Thx for the PR

aboveyunhai commented 2 years ago

version 0.1.6 is published