Skip to content

Commit

Permalink
GH-1815 Set z-index for repo add button to enforce a front position o…
Browse files Browse the repository at this point in the history
…n Safari (Fix #1815)
  • Loading branch information
dzikoysk committed Jul 11, 2023
1 parent 96f1896 commit b427c17
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -260,7 +260,7 @@ const formsConfiguration = {
@apply border rounded-md px-6 py-2 dark:border-gray-600;
}
.array-list-add {
@apply rounded-full h-6 w-6 leading-6 bg-blue-700 ml-auto text-white;
@apply rounded-full h-6 w-6 leading-6 bg-blue-700 ml-auto text-white z-1;
}
.array-list-item-move-up {
display: none;
Expand Down

0 comments on commit b427c17

Please sign in to comment.