Skip to content

Commit

Permalink
fix: hide scrollbar during action popup height transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Nov 10, 2019
1 parent 47e424c commit 65b2d82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/action/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ $mdc-theme-primary: #1abc9c;

@import 'vue-resize/dist/vue-resize';

html,
body {
overflow: hidden;
}

body,
#app {
height: 100%;
Expand All @@ -212,7 +217,6 @@ body,
body {
margin: 0;
min-width: 355px;
overflow: hidden;
@include mdc-typography-base;
font-size: 100%;
background-color: #ffffff;
Expand Down

0 comments on commit 65b2d82

Please sign in to comment.