We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f41db8 commit b6ec5e1Copy full SHA for b6ec5e1
src/library-authoring/component-info/ComponentPreview.tsx
@@ -6,11 +6,6 @@ import { OpenInFull } from '@openedx/paragon/icons';
6
import { LibraryBlock } from '../LibraryBlock';
7
import messages from './messages';
8
9
-// This is a simple overlay to prevent interaction with the preview
10
-const PreviewOverlay = () => (
11
- <div className="position-absolute w-100 h-100 zindex-9" />
12
-);
13
-
14
interface ModalComponentPreviewProps {
15
isOpen: boolean;
16
close: () => void;
@@ -44,7 +39,6 @@ const ComponentPreview = ({ usageKey }: ComponentPreviewProps) => {
44
39
return (
45
40
<>
46
41
<div className="position-relative m-2">
47
- <PreviewOverlay />
48
42
<Button
49
43
size="sm"
50
variant="light"
0 commit comments