Bump the modal's z-index (#387)

* Bump the modal's z-index

* Simplify zIndex for one-off usecase
This commit is contained in:
Ben Reinhart 2021-06-23 07:28:40 -07:00 committed by GitHub
parent b5b99ea6e3
commit 3332b39670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ defmodule LivebookWeb.ModalComponent do
@impl true
def render(assigns) do
~L"""
<div class="fixed z-40 inset-0"
<div class="fixed z-[10000] inset-0"
id="<%= @id %>">
<!-- Modal container -->