From dce59a28438a7cafcdbe1f5ac253a05aac64cbed Mon Sep 17 00:00:00 2001 From: ThyMakra Date: Thu, 2 Apr 2020 22:03:12 +0700 Subject: [PATCH] update dropdown --- public/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index e50fbfa..7d49278 100644 --- a/public/style.css +++ b/public/style.css @@ -59,7 +59,7 @@ img { position: absolute; width: 500px; opacity: 0; - z-index: 2; + z-index: -1; background: var(--bg-dropdown); border-top: 2px solid var(--border-color); @@ -83,6 +83,7 @@ img { .has-dropdown:focus-within .dropdown { opacity: 1; pointer-events: auto; + z-index: 2; }