fix: scroll of deal services fixed

This commit is contained in:
2025-09-19 17:22:36 +04:00
parent 9ba22b9bdf
commit 05edac23f1

View File

@ -15,9 +15,10 @@ const DealServicesTable: FC = () => {
<Flex
direction={"column"}
gap={"sm"}
mah={"90vh"}>
h={"88vh"}>
<DealServicesTitle />
<ScrollArea
flex={1}
scrollbars={"y"}
offsetScrollbars={"y"}>
<Flex