Skip to content

Commit

Permalink
Make settings navigation list scrollable
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
  • Loading branch information
marcoambrosini committed Jan 29, 2021
1 parent 97d2302 commit b79eef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AppSettingsDialog/AppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ export default {
}

.navigation-list {
height: 100%;
overflow-y: auto;
&__link {
display: block;
font-size: 16px;
Expand Down

0 comments on commit b79eef7

Please sign in to comment.