Skip to content

Commit

Permalink
edit-mode: Do not let mini-widgets overflow in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Aug 9, 2024
1 parent f6f111a commit 3201bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
<div
v-for="miniWidget in availableMiniWidgetTypes"
:key="miniWidget.hash"
class="flex flex-col items-center justify-between rounded-md bg-[#273842] hover:brightness-125 h-[90%] aspect-square cursor-pointer elevation-4"
class="flex flex-col items-center justify-between rounded-md bg-[#273842] hover:brightness-125 h-[90%] aspect-square cursor-pointer elevation-4 overflow-clip"
>
<div />
<div class="m-2 pointer-events-none select-none">
Expand Down

0 comments on commit 3201bad

Please sign in to comment.