Skip to content

Commit 24458ae

Browse files
committed
Fix preview ordering
1 parent 6b0c020 commit 24458ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Content/Preview/FlyingContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ class FlyingContainer extends React.Component<Props, State> {
318318
flex: width ? `0 0 ${width}px` : undefined,
319319
height,
320320
boxShadow: hide ? 'none' : '0 3px 8px rgba(0, 0, 0, 0.5)',
321-
zIndex: 2,
321+
zIndex: 31,
322322

323323
visiblity: hide ? 'hidden' : undefined,
324324
pointerEvents: hide ? 'none' : undefined,

0 commit comments

Comments
 (0)