Skip to content

Commit

Permalink
Allow overflow in Modals and update Calendar styles (#1077)
Browse files Browse the repository at this point in the history
* Allow overflow in Modals

* Inject Calendar styles as globals

* Update Calendar styles to match other inputs

* Add changesets

* Fix calendar input focus color

* Add calendar input hover style

* Re-add wrapper div to Calendar

* Update snapshots

* Apply custom styles to the modal content
  • Loading branch information
connor-baer authored Jul 29, 2021
1 parent 35a6048 commit 4166e2e
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 4,033 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-chicken-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': patch
---

Allowed content to overflow the Modal.
5 changes: 5 additions & 0 deletions .changeset/two-bats-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sumup/circuit-ui': major
---

Aligned the Calendar styles with other input components and injected the styles as global styles. Previously, they were scoped to a parent classname which prevented the use of the `withPortal` prop.
Loading

0 comments on commit 4166e2e

Please sign in to comment.