1
0
Fork 0

💄 Changed sidebar layout slightly

This commit is contained in:
Joost De Cock 2019-09-30 19:00:26 +02:00
parent 60f5bf4391
commit a08ba518ab

View file

@ -7,17 +7,17 @@ div.fs-sa {
} }
aside { aside {
padding: 0; padding: 0;
max-width: 400px; max-width: 600px;
min-width: 200px; min-width: 250px;
width: 40%; width: 50%;
background: $oc-gray-1; background: $oc-gray-1;
border-left: 1px solid $oc-gray-3; border-left: 1px solid $oc-gray-3;
} }
aside div.sticky { aside div.sticky {
position: sticky; position: sticky;
top: 0; top: 0;
height: 100vh; height: calc(100vh - 64px);
overflow-y: scroll; overflow-y: auto;
} }
} }