fix: delete z index css (#78)

* fix: delete z index css

* fix: remove from index.css
This commit is contained in:
connorhaugh
2022-05-17 13:50:41 -04:00
committed by GitHub
parent 5aea213b8c
commit 94009e6ed7
2 changed files with 0 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ import { Close } from '@edx/paragon/icons';
import EditorFooter from './components/EditorFooter';
import TitleHeader from './components/TitleHeader';
import * as hooks from './hooks';
import './index.scss';
export const EditorContainer = ({
children,

View File

@@ -1,3 +0,0 @@
.pgn__modal-layer {
z-index: 0;
}