From f46effb87309b334b25017925dcb725e7b9244b4 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 27 Sep 2021 19:18:34 -0500 Subject: [PATCH] TimelineQueueButtonHeader: z-index 500 --- app/styles/components/timeline-queue-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/timeline-queue-header.scss b/app/styles/components/timeline-queue-header.scss index 8d0a3ee79..9e5a813a3 100644 --- a/app/styles/components/timeline-queue-header.scss +++ b/app/styles/components/timeline-queue-header.scss @@ -18,7 +18,7 @@ left: 0; right: 0; padding: 0 10px; - z-index: 999; + z-index: 500; .svg-icon { margin-right: 5px;