Skip to content

Commit

Permalink
fix: hide scrollbar infomenu
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-benny committed Jul 10, 2024
1 parent 3b0a47b commit 2837481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InfoMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineComponent({

<template>
<div>
<div class="w-full h-full overflow-scroll">
<div class="w-full h-full overflow-auto">
<div
@click.stop=""
class="bg-csunibo-light-blu w-80 h-full shadow-2xl border-black flex flex-col justify-between overflow-auto"
Expand Down

0 comments on commit 2837481

Please sign in to comment.