Fixed bug where preview card overlay would clip above sidebar's mobile backdrop
This commit is contained in:
parent
872f31a6a3
commit
d560008cff
|
@ -162,9 +162,10 @@ export const AppLayout = ({
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Background when navbar is opened */}
|
{/* Background when navbar is opened */}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={cJoin(
|
className={cJoin(
|
||||||
`absolute inset-0 transition-filter duration-500
|
`absolute inset-0 z-40 transition-filter duration-500
|
||||||
[grid-area:content]`,
|
[grid-area:content]`,
|
||||||
cIf(
|
cIf(
|
||||||
(isMainPanelOpened || isSubPanelOpened) && is1ColumnLayout,
|
(isMainPanelOpened || isSubPanelOpened) && is1ColumnLayout,
|
||||||
|
|
Loading…
Reference in New Issue