Skip to content
Snippets Groups Projects
Commit 2efddaf8 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Tweak values to minimize distracting artifacting when scrollbars are smaller or don't exist.

parent 69ef9101
No related branches found
No related tags found
No related merge requests found
......@@ -249,16 +249,15 @@ nav {
.sidebar {
overflow: hidden;
max-height: 100vh;
width: 345px;
width: 350px;
position: fixed;
margin-top: -10px;
.sidebar-container {
height: 96vh;
width: 360px;
width: 362px;
padding-top: 10px;
margin-right: -40px;
padding-right: 25px;
padding-right: 20px;
overflow-x: hidden;
overflow-y: scroll;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment