fix: styles for deal drawer fixed

This commit is contained in:
2025-09-19 11:55:08 +04:00
parent e049494fa5
commit 9ba22b9bdf
11 changed files with 38 additions and 73 deletions

View File

@ -38,7 +38,6 @@ const DealEditorDrawer: FC<DrawerProps<Props>> = ({
display: "flex",
flexDirection: "column",
padding: isMobile ? 0 : "var(--mantine-spacing-xs)",
height: "100vh",
},
header: {
paddingBlock: 0,

View File

@ -62,7 +62,8 @@ const DealEditorBody: FC<Props> = props => {
<Tabs
defaultValue="general"
orientation={isMobile ? "horizontal" : "vertical"}
h={"100%"}
h={"97vh"}
mih={"97vh"}
classNames={{ tab: styles.tab }}>
<Tabs.List>
<Tabs.Tab