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>
|
||||
|
||||
{/* 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,
|
||||
|
|
Loading…
Reference in New Issue