From 5d339ed41c745da11045ee56cbe5b3b243db1091 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Fri, 21 Apr 2023 16:26:31 +0300 Subject: [PATCH] fix scroll fix scroll fix scroll --- apps/spreadsheeteditor/main/resources/less/celleditor.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/spreadsheeteditor/main/resources/less/celleditor.less b/apps/spreadsheeteditor/main/resources/less/celleditor.less index 7ed8b5c94c..27fd6e6607 100644 --- a/apps/spreadsheeteditor/main/resources/less/celleditor.less +++ b/apps/spreadsheeteditor/main/resources/less/celleditor.less @@ -140,15 +140,14 @@ .font-size-medium(); line-height: 18px; padding-bottom: 0; - &::-webkit-scrollbar-button:single-button{ height: 9px; background-size: 6px; background-position: center; } &::-webkit-scrollbar-thumb{ - min-height: 0; - height: 0; + min-height: 20px; + height: 20px; } &::-webkit-scrollbar{ height: 18px;