fix(ui): content height

This commit is contained in:
Shekar Siri 2023-08-18 17:57:53 +05:30
parent a35e8b56b3
commit 7c3ce3df6e

View file

@ -34,7 +34,7 @@ function Layout(props: Props) {
<SideMenu siteId={siteId} />
</Sider>
)}
<Content style={{ padding: isPlayer ? '0' : '20px', minHeight: 'calc(100vh - 50px)' }}>
<Content style={{ padding: isPlayer ? '0' : '20px', minHeight: 'calc(100vh - 60px)' }}>
{props.children}
</Content>
</AntLayout>