mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-26 09:22:00 +08:00
Bump the modal's z-index (#387)
* Bump the modal's z-index * Simplify zIndex for one-off usecase
This commit is contained in:
parent
b5b99ea6e3
commit
3332b39670
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue