From 12e99479d3f01116e9c4965edc0cb27f8a46b181 Mon Sep 17 00:00:00 2001 From: reonce Date: Wed, 24 Apr 2024 21:19:51 +0800 Subject: [PATCH] fix: dropdown separate title and content when scrolling --- src/components/dropdown/dropdown.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dropdown/dropdown.less b/src/components/dropdown/dropdown.less index b69d9c9633..7c337ff174 100644 --- a/src/components/dropdown/dropdown.less +++ b/src/components/dropdown/dropdown.less @@ -78,7 +78,7 @@ left: 0; .@{class-prefix-dropdown}-popup-mask { - position: absolute; + position: fixed; } .@{class-prefix-dropdown}-popup-body {