fix(admin-ui): Make regions in tax setting scrollable (#5530)

* fix overflow

* intersection observer and changeset
This commit is contained in:
Kasper Fabricius Kristensen
2023-11-02 13:03:45 +01:00
committed by GitHub
parent 3a344964e0
commit 8e48be58ef
2 changed files with 85 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
---
"@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.