From 5c4d498a995866dfcaffd6207249ffcca145f1df Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Wed, 8 Jul 2026 22:26:37 -0500 Subject: [PATCH] add `contain: content` tiny change for tiny performance --- client/components/dropdown/dropdown.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/dropdown/dropdown.less b/client/components/dropdown/dropdown.less index bf9a65cff..edaa5935a 100644 --- a/client/components/dropdown/dropdown.less +++ b/client/components/dropdown/dropdown.less @@ -1,6 +1,6 @@ - .menu-list { + contain : content; position : fixed; z-index : 1000; top : anchor(bottom);