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