diff options
| author | shpuld <shp@cock.li> | 2017-11-12 20:24:20 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-12 20:24:20 +0200 |
| commit | 07dc19523479b803c8606d700e71dcf903660757 (patch) | |
| tree | 048378112f62c5e12ef4b8d64ae8ab1b6e707294 /src/App.scss | |
| parent | 58135410063477e708e0dca090a67fe6a3e6b4c4 (diff) | |
Add a hack to a hack to make it look much less hacky.
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 0e89a429..2aac0cb8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -210,16 +210,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; |
