help: Increase the width of sidebar scrollbar.

This commit is contained in:
Vishnu Ks 2019-03-01 18:04:22 +05:30 committed by Tim Abbott
parent e2115ad0ba
commit 34b8626959
1 changed files with 5 additions and 0 deletions

View File

@ -316,6 +316,11 @@ body {
.help .sidebar a:visited {
outline: none;
}
.help .sidebar .simplebar-scrollbar {
width: 10px;
}
.app.help .hamburger {
display: none;
}