diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 944c32b6..6679b2c2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -218,16 +218,19 @@ nav { } @media all and (min-width: 960px) { + body { + overflow-y: scroll; + } .sidebar { overflow: hidden; max-height: 100vh; - width: 350px; + width: 345px; position: fixed; margin-top: -10px; .sidebar-container { height: 96vh; - width: 362px; + width: 365px; padding-top: 10px; padding-right: 20px; overflow-x: hidden; |
