From 94dd4c63b1c560517a2fe57401a9547e2fe2079e Mon Sep 17 00:00:00 2001 From: Oleg Zhuk Date: Wed, 18 Oct 2023 14:27:23 +0200 Subject: [PATCH 1/2] PT-13993: Left-click Menu Is being placed above top (#2713) fix: Left-click Menu Is being placed above top of screen for menus with many items. Added max-height and scroll-bar. https://user-images.githubusercontent.com/7639413/275812212-792c4a4b-40f3-49d2-882e-8076310d290c.png --- .../wwwroot/css/themes/main/sass/modules/_base-modules.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_base-modules.sass b/src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_base-modules.sass index b64cf5cb64b..9011145df81 100644 --- a/src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_base-modules.sass +++ b/src/VirtoCommerce.Platform.Web/wwwroot/css/themes/main/sass/modules/_base-modules.sass @@ -167,6 +167,9 @@ ol .menu.__context.open, .menu.__context.__open display: block + max-height: 70vh + overflow-y: auto + z-index: 10000 .splited-element:last-child border-top-color: white From 07330e66baac7beb2d30f1ce35a4961aaf8bc3f8 Mon Sep 17 00:00:00 2001 From: vc-ci Date: Wed, 18 Oct 2023 13:10:25 +0000 Subject: [PATCH 2/2] 3.428.0 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 3c894974835..5fcf7342d77 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,7 +9,7 @@ - 3.427.0 + 3.428.0 $(VersionSuffix)-$(BuildNumber) $(NoWarn);S3875;S4457