Gift Recipient Picker: Fix content height (#6654)

This commit is contained in:
Alexander Zinchuk 2026-02-22 23:42:51 +01:00
parent b40fe83338
commit 5d5a7beb76
2 changed files with 1 additions and 5 deletions

View File

@ -41,7 +41,7 @@ const PickerModal = ({
useScrollNotch({
containerRef: dialogRef,
selector: `.modal-content ${itemsContainerSelector}`,
isBottomNotch: true,
isBottomNotch: hasButton,
shouldHideTopNotch: true,
}, [modalProps.isOpen]);

View File

@ -9,7 +9,3 @@
.root :global(.modal-dialog), .root :global(.modal-content) {
overflow: hidden;
}
.picker {
height: 75vh;
}