mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-13 16:34:45 +08:00
Update z-index of menu (#396)
This commit is contained in:
parent
04e702d77c
commit
ea83e294c0
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
|||
/* Toggleable menu */
|
||||
|
||||
.menu {
|
||||
@apply absolute right-0 z-20 rounded-lg bg-white flex flex-col py-2;
|
||||
@apply absolute right-0 z-30 rounded-lg bg-white flex flex-col py-2;
|
||||
box-shadow: 0px 15px 99px rgba(13, 24, 41, 0.15);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue