💄 Changed sidebar layout slightly
This commit is contained in:
parent
60f5bf4391
commit
a08ba518ab
1 changed files with 5 additions and 5 deletions
|
@ -7,17 +7,17 @@ div.fs-sa {
|
|||
}
|
||||
aside {
|
||||
padding: 0;
|
||||
max-width: 400px;
|
||||
min-width: 200px;
|
||||
width: 40%;
|
||||
max-width: 600px;
|
||||
min-width: 250px;
|
||||
width: 50%;
|
||||
background: $oc-gray-1;
|
||||
border-left: 1px solid $oc-gray-3;
|
||||
}
|
||||
aside div.sticky {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: 100vh;
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 64px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue