Fix left hand side background disappearing when loading project profile
This commit is contained in:
@@ -131,7 +131,7 @@ const ProjectProfile = ({
|
||||
<div className="relative flex-grow h-full">
|
||||
<div className="grid grid-cols-1 md:auto-cols-preview-layout grid-flow-row-dense absolute inset-0 h-full">
|
||||
{/* Viewer */}
|
||||
<div className="md:col-start-2 w-full min-h-md">
|
||||
<div className="md:col-start-2 w-full min-h-md relative">
|
||||
<ProfileViewer />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user