Skip to content

Commit

Permalink
only render scrollbar when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Feb 13, 2024
1 parent 668b746 commit e2cd6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Visualizations/PluginList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
height: 100%;
.plugin-list-items {
overflow-y: scroll;
overflow-y: auto;
}
.plugin-list-item {
Expand Down

0 comments on commit e2cd6f8

Please sign in to comment.