started redesign on dashbaord. changed vite basename to /Mobile, currently folkstone address
This commit is contained in:
@@ -14,7 +14,11 @@ const OverviewVideoContainer = ({
|
||||
settingsPage?: boolean;
|
||||
}) => {
|
||||
return (
|
||||
<Card className={clsx("min-h-[40vh] md:min-h-[60vh] h-auto")}>
|
||||
<Card
|
||||
className={clsx(
|
||||
"min-h-[40vh] md:min-h-[60vh] max-h-[80vh] h-auto overflow-y-hidden"
|
||||
)}
|
||||
>
|
||||
<div className="relative flex flex-col space-y-3 h-full">
|
||||
<CardHeader title={title} icon={faCamera} />
|
||||
<SnapshotContainer side={side} settingsPage={settingsPage} />
|
||||
|
||||
Reference in New Issue
Block a user