fix(admin-ui): Make regions in tax setting scrollable (#5530)
* fix overflow * intersection observer and changeset
This commit is contained in:
committed by
GitHub
parent
3a344964e0
commit
8e48be58ef
5
.changeset/plenty-coins-smell.md
Normal file
5
.changeset/plenty-coins-smell.md
Normal 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.
|
||||
Reference in New Issue
Block a user