Skip to content

Commit

Permalink
fix(options): fix modal scroll bar flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 28, 2018
1 parent becfe1d commit 9294de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/options/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default {
}
.modal-body {
overflow-y: auto;
overflow-y: scroll;
max-height: 80vh;
}
Expand Down Expand Up @@ -459,6 +459,7 @@ kbd {
.panel-list__header {
@extend .panel-heading;
cursor: pointer;
cursor: move;
}
.panel-list__title {
Expand Down

0 comments on commit 9294de4

Please sign in to comment.