mirror of https://github.com/zulip/zulip.git
help: Increase the width of sidebar scrollbar.
This commit is contained in:
parent
e2115ad0ba
commit
34b8626959
|
@ -316,6 +316,11 @@ body {
|
|||
.help .sidebar a:visited {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.help .sidebar .simplebar-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.app.help .hamburger {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue