From c6a11a49cd7475bcf54ef120679da79abf6b2504 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 3 Jan 2019 12:38:32 +0000 Subject: [PATCH] Fix z-index on templates page The template type selection was accidentally overlapping the sticky footer. --- app/assets/stylesheets/components/pill.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/pill.scss b/app/assets/stylesheets/components/pill.scss index 8258a2738..c6ce707b6 100644 --- a/app/assets/stylesheets/components/pill.scss +++ b/app/assets/stylesheets/components/pill.scss @@ -57,7 +57,7 @@ border: 2px solid $black; outline: 1px solid rgba($white, 0.1); position: relative; - z-index: 1000; + z-index: 10; color: $text-colour; &:focus {