Fixed bug where preview card overlay would clip above sidebar's mobile backdrop

This commit is contained in:
DrMint 2023-06-11 15:17:31 +02:00
parent 872f31a6a3
commit d560008cff
1 changed files with 2 additions and 1 deletions

View File

@ -162,9 +162,10 @@ export const AppLayout = ({
</div>
{/* Background when navbar is opened */}
<div
className={cJoin(
`absolute inset-0 transition-filter duration-500
`absolute inset-0 z-40 transition-filter duration-500
[grid-area:content]`,
cIf(
(isMainPanelOpened || isSubPanelOpened) && is1ColumnLayout,