Skip to content

Commit

Permalink
fix course edit pop-up overflow bug (TUM-Dev#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mono424 committed Sep 21, 2023
1 parent 95b124e commit e1a4fb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
x-on:click.outside="closeMoreDropdown($refs.button)"
:id="$id('more-dropdown-button')"
style="display: none;"
class="absolute left-0 mt-2 w-36 bg-white dark:bg-gray-800 border border-black rounded shadow-md overflow-hidden"
class="absolute left-0 mt-2 w-36 bg-white dark:bg-gray-800 border border-black rounded shadow-md overflow-hidden z-10"
>
<div>
<button @click="startSingleEdit(); closeMoreDropdown();"
Expand Down

0 comments on commit e1a4fb3

Please sign in to comment.