From f2a424a649f655b9511b1bb6047097634edb0e3f Mon Sep 17 00:00:00 2001 From: Darek Miskiewicz Date: Tue, 18 Oct 2022 17:38:17 +0200 Subject: [PATCH] fix: Fix syntax error in the custom scroll CSS (#4968) --- src/scrollbar_custom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scrollbar_custom.js b/src/scrollbar_custom.js index f94ace3cf54..77edf5c3ddd 100644 --- a/src/scrollbar_custom.js +++ b/src/scrollbar_custom.js @@ -17,7 +17,8 @@ dom.importCssString(`.ace_editor>.ace_sb-v div, .ace_editor>.ace_sb-h div{ .ace_editor>.ace_sb-v, .ace_editor>.ace_sb-h { position: absolute; z-index: 6; - background: none;' + ' overflow: hidden!important; + background: none; + overflow: hidden!important; } .ace_editor>.ace_sb-v { z-index: 6;