From 84ceddde1ad5e9896b7678d9fdde2cf0257c72d2 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Fri, 9 Aug 2024 08:45:32 +0200 Subject: [PATCH] RichtextArea: fix submenu not showing at the right position --- client/django-formset/RichtextArea.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/django-formset/RichtextArea.scss b/client/django-formset/RichtextArea.scss index d3aa0b53..25d152e7 100644 --- a/client/django-formset/RichtextArea.scss +++ b/client/django-formset/RichtextArea.scss @@ -76,7 +76,7 @@ } & + ul[role="menu"] { display: none; - position: fixed; + position: absolute; width: max-content; top: 0; left: 0;