From c7a08708bf675d5b4c548dd48ae8f9c483aae766 Mon Sep 17 00:00:00 2001 From: Takeshi Umeda Date: Wed, 6 Jan 2021 03:57:32 +0900 Subject: [PATCH] [Glitch] Fix getting-started footer in single column mode not being clickable in Safari Port ccb7aa93c7bf0623f37db0cd8b7b83e9f9b0ad46 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 3e67754c5b..cfaee65574 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -923,6 +923,7 @@ flex: 0 0 auto; padding: 10px; padding-top: 20px; + z-index: 1; ul { margin-bottom: 10px;