Skip to content

Commit

Permalink
Use overflow: auto instead of overflow: scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 21, 2024
1 parent fb7368f commit 4ef19a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export default defineComponent({
/* Content classes */
.jskos-vue-tabs-content {
flex: 1;
overflow: scroll;
overflow: auto;
position: relative;
}
.jskos-vue-tabs-sm .jskos-vue-tabs-content {
Expand Down

0 comments on commit 4ef19a6

Please sign in to comment.