From c4e0010656ca2a2e0238c8de7a86e2a6185caf76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 16 Apr 2021 14:43:26 +0200 Subject: [PATCH] docs: remove position: relative from menu demos --- docs/src/demos/Examples/Menus/React/index.jsx | 4 ++-- docs/src/demos/Examples/Menus/Vue/index.vue | 16 +++++++++++++--- .../demos/Extensions/BubbleMenu/React/index.jsx | 4 ++-- .../demos/Extensions/BubbleMenu/Vue/index.vue | 2 +- .../Extensions/FloatingMenu/React/index.jsx | 4 ++-- .../demos/Extensions/FloatingMenu/Vue/index.vue | 2 +- 6 files changed, 21 insertions(+), 11 deletions(-) diff --git a/docs/src/demos/Examples/Menus/React/index.jsx b/docs/src/demos/Examples/Menus/React/index.jsx index 072159d3..1348c5cb 100644 --- a/docs/src/demos/Examples/Menus/React/index.jsx +++ b/docs/src/demos/Examples/Menus/React/index.jsx @@ -24,7 +24,7 @@ export default () => { }) return ( -
+ <> {editor &&
+ ) } diff --git a/docs/src/demos/Examples/Menus/Vue/index.vue b/docs/src/demos/Examples/Menus/Vue/index.vue index 93094b53..0644fd98 100644 --- a/docs/src/demos/Examples/Menus/Vue/index.vue +++ b/docs/src/demos/Examples/Menus/Vue/index.vue @@ -1,6 +1,11 @@