From 2efddaf874b4125dac26415e251d4e542cb0b816 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Thu, 13 Apr 2017 23:36:16 +0300 Subject: [PATCH] Tweak values to minimize distracting artifacting when scrollbars are smaller or don't exist. --- src/App.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index 0f5c13c7..0a7e1ce5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; }