aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-12 20:24:20 +0200
committershpuld <shp@cock.li>2017-11-12 20:24:20 +0200
commit07dc19523479b803c8606d700e71dcf903660757 (patch)
tree048378112f62c5e12ef4b8d64ae8ab1b6e707294 /src/App.scss
parent58135410063477e708e0dca090a67fe6a3e6b4c4 (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.scss7
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;