From ae6613db55d7e33391e0be22be86cfc115a99d8a Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Mon, 1 Sep 2025 18:02:31 +0200 Subject: [PATCH] [Glitch] Fix batch table toolbar displaying under status media Port 314d5f0d7a453dfa8115d3e00378b75098e7715a to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/tables.scss b/app/javascript/flavours/glitch/styles/tables.scss index cf06110213..3b92b23b6f 100644 --- a/app/javascript/flavours/glitch/styles/tables.scss +++ b/app/javascript/flavours/glitch/styles/tables.scss @@ -195,7 +195,7 @@ a.table-action-link { &__toolbar { position: sticky; top: 0; - z-index: 1; + z-index: 200; border: 1px solid var(--background-border-color); background: var(--background-color); border-radius: 4px 4px 0 0;