Update z-index of menu (#396)

This commit is contained in:
Kevin 2021-06-24 16:45:19 +02:00 committed by GitHub
parent 04e702d77c
commit ea83e294c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}