From d709016328e702017001627aeec48d3cb009e81f Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 8 Sep 2025 17:21:04 +0200 Subject: [PATCH] Fix bug with z-index of control bar --- style/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/base.css b/style/base.css index a3bf05e..660ded7 100644 --- a/style/base.css +++ b/style/base.css @@ -190,6 +190,7 @@ padding: 15px; background-color: rgb(187 222 251 / 50%); border-radius: var(--gather-border-radius); + z-index: 40; } .jlab-gather-control-bar.jlab-gather-transparent {