From 3a692f4ed2d071183ff082740d6c779511b774bf Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 31 Oct 2020 13:16:24 +0300 Subject: [PATCH] Fix alphapicker positioning at the top when starting playback --- src/components/alphaPicker/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/alphaPicker/style.css b/src/components/alphaPicker/style.css index 4e94c0f754..8feb3e50e0 100644 --- a/src/components/alphaPicker/style.css +++ b/src/components/alphaPicker/style.css @@ -12,7 +12,6 @@ .alphaPicker-fixed { position: fixed; bottom: 5.5em; - z-index: 999999; } .alphaPickerRow {