From 7eeaa971fbe1152ebdc3f84ca1cafdfbaf5e4e5c Mon Sep 17 00:00:00 2001 From: Slizhevsky Vladislav Date: Fri, 10 Apr 2026 14:32:01 +0200 Subject: [PATCH] [UIK-5084][select] fix sticky scroll animation --- semcore/dropdown-menu/src/style/dropdown-menu.shadow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semcore/dropdown-menu/src/style/dropdown-menu.shadow.css b/semcore/dropdown-menu/src/style/dropdown-menu.shadow.css index 1655ae1e03..3c563a7a7b 100644 --- a/semcore/dropdown-menu/src/style/dropdown-menu.shadow.css +++ b/semcore/dropdown-menu/src/style/dropdown-menu.shadow.css @@ -83,7 +83,7 @@ SItemHint { } SScrollContainer { - &:has([data-ui-name="DropdownMenu.Group"][data-sticky="true"]) { + &:has([data-ui-name$=".Group"][data-sticky="true"]) { overscroll-behavior: none; } }