fixed gallery background blur issue
This commit is contained in:
parent
c235909c54
commit
61e707f2ba
@ -430,7 +430,7 @@ export default function RuntimePresentation({
|
|||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className='relative w-screen h-screen overflow-hidden bg-black'
|
className='relative w-screen h-screen overflow-clip bg-black'
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: backgroundImageUrl
|
backgroundImage: backgroundImageUrl
|
||||||
? `url("${backgroundImageUrl}")`
|
? `url("${backgroundImageUrl}")`
|
||||||
|
|||||||
@ -1302,7 +1302,7 @@ const ConstructorPage = ({ mode = 'constructor' }: ConstructorPageProps) => {
|
|||||||
<div
|
<div
|
||||||
ref={canvasRef}
|
ref={canvasRef}
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
className='absolute inset-0 bg-black overflow-hidden'
|
className='absolute inset-0 bg-black overflow-clip'
|
||||||
style={canvasBackgroundStyle}
|
style={canvasBackgroundStyle}
|
||||||
>
|
>
|
||||||
<CanvasBackground
|
<CanvasBackground
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user