Skip to content

Commit

Permalink
Makes aside scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Nov 27, 2018
1 parent dde707a commit 3b9adf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ aside {
z-index: 2;
padding: 1em;
@media screen and (min-width: 769px) {
& {
height: 100vh;
overflow: auto;
}
}
@media screen and (max-width: 768px) {
& {
position: sticky;
Expand Down

0 comments on commit 3b9adf8

Please sign in to comment.