Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 15, 2021
2 parents 57af5b2 + 3f0d35c commit 5169491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scrollpanel/ScrollPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default {
width: calc(100% + 18px);
padding: 0 18px 18px 0;
position: relative;
overflow: auto;
overflow: scroll;
box-sizing: border-box;
}
Expand Down

0 comments on commit 5169491

Please sign in to comment.