diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 23:36:16 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-13 23:36:16 +0300 |
| commit | 2efddaf874b4125dac26415e251d4e542cb0b816 (patch) | |
| tree | 19d0a23a281f730ce6a8ba2cb81ae2e17a7ad630 /src | |
| parent | 69ef9101d4066df5df6780a2bfaeaa949869df02 (diff) | |
Tweak values to minimize distracting artifacting when scrollbars are smaller or don't exist.
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 7 |
1 files 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; } |
