Skip to content

Commit

Permalink
Merge pull request #1881 from dev-protocol/feature/fix-modal-ui-issue
Browse files Browse the repository at this point in the history
Feature/fix modal UI issue
  • Loading branch information
kazuyoshi80 authored Jan 24, 2025
2 parents 95b1504 + 7412b5a commit ea185cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ html:has(dialog[open]) {
<template>
<dialog
ref="dialog"
class="fixed inset-0 flex items-center justify-center overflow-y-auto backdrop:bg-black/60"
class="fixed inset-0 box-border flex items-center justify-center overflow-y-auto backdrop:bg-black/60"
:class="{ hidden: !isVisible }"
>
<Transition>
Expand Down

0 comments on commit ea185cc

Please sign in to comment.