From 3a4fea91e3bccf72ea7e6d27a6ee4828d44205bc Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 12 Jan 2024 13:57:51 +0200 Subject: [PATCH] test container styles --- .../src/MultipleDropDownService/components/ContainerEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js index 27ce9ce42..8fddffb74 100644 --- a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js +++ b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js @@ -15,7 +15,7 @@ import { WaxContext, ComponentPlugin } from 'wax-prosemirror-core'; import FakeCursorPlugin from '../plugins/FakeCursorPlugin'; const EditorWrapper = styled.div` - position: relative; + // position: relative; height: 100%; > .ProseMirror { -- GitLab