about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorTakeshi Umeda <noel.yoshiba@gmail.com>2021-01-06 03:57:32 +0900
committerClaire <claire.github-309c@sitedethib.com>2021-01-06 18:38:10 +0100
commitf3aa085af5f9369990fcf6391b73c96da1ee6f02 (patch)
treedc557f5bc7da3d773589d6e410406708eb044886 /app/javascript/flavours/glitch/styles/components/index.scss
parent98fd0cca5508e9b6bb43d257982bdb91f7075559 (diff)
[Glitch] Fix getting-started footer in single column mode not being clickable in Safari
Port e38874dcf7b0fca0f9934fcd0e12bba457c7c212 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index 3e67754c5..cfaee6557 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;