From c8a7735d05cbfdd55bf3d19356a39be1e80d9b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 21 Apr 2021 12:11:56 +0200 Subject: [PATCH] docs: update content --- docs/src/docPages/api/extensions/bubble-menu.md | 2 +- docs/src/docPages/guide/menus.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/docPages/api/extensions/bubble-menu.md b/docs/src/docPages/api/extensions/bubble-menu.md index ef76e23a..13b9eb49 100644 --- a/docs/src/docPages/api/extensions/bubble-menu.md +++ b/docs/src/docPages/api/extensions/bubble-menu.md @@ -4,7 +4,7 @@ This extension will make a contextual menu appear near a selection of text. Use it to let users apply [marks](/api/marks) to their text selection. -As always, the markup and styling is totally up to you. The menu is positioned absolute and requires a wrapper with `position: relative`, that’s basically the only requirement though. +As always, the markup and styling is totally up to you. ## Installation ```bash diff --git a/docs/src/docPages/guide/menus.md b/docs/src/docPages/guide/menus.md index 0d9b9e41..5638f171 100644 --- a/docs/src/docPages/guide/menus.md +++ b/docs/src/docPages/guide/menus.md @@ -22,8 +22,6 @@ The [bubble menu](/api/extensions/bubble-menu) appears when selecting text. Mark hide-source /> -It’ll get an absolute position near the text selection. Make sure to add `position: relative` to the wrapper. - ### Floating menu The [floating menu](/api/extensions/floating-menu) appears in empty lines. Markup and styling is totally up to you.