From 2e3f69b478f1839c66a6e31e4f268889fe88c469 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Wed, 8 Jul 2026 22:09:25 -0500 Subject: [PATCH] Remove unnecessary styling on .menu-wrapper The styling in the dropdown.less file targeting `.menu-wrapper` was not doing anything. Double checked on old firefox, too, in case it was needed for oddbird polyfill. --- client/components/dropdown/dropdown.less | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/client/components/dropdown/dropdown.less b/client/components/dropdown/dropdown.less index 28a26954c..bf9a65cff 100644 --- a/client/components/dropdown/dropdown.less +++ b/client/components/dropdown/dropdown.less @@ -1,9 +1,4 @@ -.menu-wrapper { - position: relative; - &:is(.menu-bar > .menu-section > .menu-wrapper){ - display: inline-block; - } -} + .menu-list { position : fixed; @@ -12,13 +7,10 @@ left : anchor(left); position-try: flip-inline flip-block; color: inherit; // [popover] gets a `canvastext` color value from useragent. - > .menu-wrapper { - position:relative; - > .menu-list { + li > .menu-list { margin: 0 0px; top : anchor(top); left : anchor(right); position-try: flip-inline; } - } } \ No newline at end of file