From 34b8626959497b267586c4547a6778c6f82d01e1 Mon Sep 17 00:00:00 2001 From: Vishnu Ks Date: Fri, 1 Mar 2019 18:04:22 +0530 Subject: [PATCH] help: Increase the width of sidebar scrollbar. --- static/styles/portico.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/portico.scss b/static/styles/portico.scss index 4a0f79ddbe..69ca2c2a07 100644 --- a/static/styles/portico.scss +++ b/static/styles/portico.scss @@ -316,6 +316,11 @@ body { .help .sidebar a:visited { outline: none; } + +.help .sidebar .simplebar-scrollbar { + width: 10px; +} + .app.help .hamburger { display: none; }