Files
medusa-store/.changeset/plenty-coins-smell.md
Kasper Fabricius Kristensen 8e48be58ef fix(admin-ui): Make regions in tax setting scrollable (#5530)
* fix overflow

* intersection observer and changeset
2023-11-02 13:03:45 +01:00

273 B

@medusajs/admin-ui
@medusajs/admin-ui
patch

fix(admin-ui): Fixes an issue where regions were not scrollable in tax settings view, also adds a IntersectionObserver to ensure that we load all regions as the user scrolls. The current implementation was capped at loading 20 regions.