Skip to content

Commit

Permalink
fix(ServerModule): hide x overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed May 24, 2023
1 parent 9dc2bcd commit 7e11c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ServerModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default defineComponent({
</script>

<template>
<div class="overflow-y-auto ma-2 fill-height">
<div class="overflow-y-auto overflow-x-hidden ma-2 fill-height">
<v-alert v-if="!ready" color="info">Not connected to the server.</v-alert>
<v-divider />
<v-list-subheader>Add numbers</v-list-subheader>
Expand Down

0 comments on commit 7e11c81

Please sign in to comment.