From e3b2ff7f0ea9a27dc1b79f31c2c7ae90742a4704 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Tue, 16 May 2017 21:18:15 +0200 Subject: [PATCH] Make bottom scrollbar slightly taller when rounded scrollbars are disabled --- Resources/Plugins/edit-design/browser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js index 73de066a..1418293d 100644 --- a/Resources/Plugins/edit-design/browser.js +++ b/Resources/Plugins/edit-design/browser.js @@ -359,6 +359,7 @@ enabled(){ this.css.insert(".antiscroll-scrollbar { border-radius: 0 }"); this.css.insert(".antiscroll-scrollbar-vertical { margin-top: 0 }"); this.css.insert(".antiscroll-scrollbar-horizontal { margin-left: 0 }"); + this.css.insert(".app-columns-container::-webkit-scrollbar { height: 9px !important }"); } if (this.config.revertReplies){