Add a hack to a hack to make it look much less hacky.

This commit is contained in:
shpuld 2017-11-12 20:24:20 +02:00
parent 5813541006
commit 07dc195234
3 changed files with 29 additions and 3 deletions

View file

@ -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;