From b3fa4c70874ed0e2832ce87af1078c61c1ed7618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Oct 2025 19:26:42 +0000 Subject: [PATCH] Adjust scroll bar width for Chrome (#11309) Signed-off-by: Fanit Kolchina (cherry picked from commit 80f2c994f9dd56106a07447739f2e3e8dbab633b) Signed-off-by: github-actions[bot] --- assets/js/_version-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/_version-selector.js b/assets/js/_version-selector.js index 0fb5aa42897..1d28b6c4ba7 100644 --- a/assets/js/_version-selector.js +++ b/assets/js/_version-selector.js @@ -73,7 +73,7 @@ const tpl = ` #dropdown { position: absolute; - min-width: calc(100% - 2px); + width: calc(100% - 2px); top: 100%; left: 0; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12);