diff --git a/src/styles/index.css b/src/styles/index.css index 07e446e..66b2d1d 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -280,15 +280,7 @@ input { } .editor-pane::after { - content: ''; - position: absolute; - left: 24px; - right: 0; - bottom: 0; - height: 88px; - background: var(--editor-fade-background); - pointer-events: none; - z-index: 4; + content: none; } .preview-pane {