From 6cad091f6d2e65422f59e9d71728274dc631cfbd Mon Sep 17 00:00:00 2001 From: Jocs Date: Wed, 9 May 2018 18:50:49 +0800 Subject: [PATCH] optimization: reduce the width of scroll bar in float box --- README.md | 2 +- src/editor/floatBox/index.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4663e758..645d99a3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ - sponsors + sponsors diff --git a/src/editor/floatBox/index.css b/src/editor/floatBox/index.css index 0b0d98f4..95b06072 100644 --- a/src/editor/floatBox/index.css +++ b/src/editor/floatBox/index.css @@ -18,6 +18,10 @@ z-index: 10000; } +.ag-float-box::-webkit-scrollbar:vertical { + width: 5px; +} + .ag-show-float-box { opacity: 1; }