Skip to content

Commit

Permalink
chore: fix modal height
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed May 24, 2024
1 parent 51347d6 commit 0631f18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
:show.sync="shouldShowPopup"
:on-close="closePopup"
:close-on-backdrop-click="false"
class="!items-start [&>div]:!top-12"
class="!items-start [&>div]:!top-12 [&>div]:sticky"
>
<create-or-link-issue
:conversation="conversation"
Expand Down

0 comments on commit 0631f18

Please sign in to comment.