Skip to content

Commit

Permalink
fix ordering of remove dialog (thumbnails appeared in front
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Nov 30, 2024
1 parent 0b6474a commit f48fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ fn App() -> impl IntoView {

// Confirmation Dialog
{move || opponent_to_delete.get().map(|opponent| view! {
<div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center">
<div class="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
<div class="bg-slate-800 p-6 rounded-lg shadow-xl max-w-md w-full mx-4">
<h3 class="text-xl font-bold mb-4">"Confirm Removal"</h3>
<p class="text-gray-300 mb-6">
Expand Down

0 comments on commit f48fb61

Please sign in to comment.