Browse Source

Undo position class

satof3 6 months ago
parent
commit
28f7c6951b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/client/components/PageEditor/PageEditor.tsx

+ 1 - 1
apps/app/src/client/components/PageEditor/PageEditor.tsx

@@ -386,7 +386,7 @@ export const PageEditorSubstance = (props: Props): JSX.Element => {
       <div
         ref={previewRef}
         onScroll={scrollPreviewHandlerThrottle}
-        className="page-editor-preview-container position-relative flex-expand-vert overflow-y-auto d-none d-lg-flex"
+        className="page-editor-preview-container flex-expand-vert overflow-y-auto d-none d-lg-flex"
       >
         <Preview
           rendererOptions={rendererOptions}