fix: styles for deal drawer fixed
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user