Fix z-index on templates page

The template type selection was accidentally overlapping the sticky
footer.
This commit is contained in:
Chris Hill-Scott
2019-01-03 12:38:32 +00:00
parent bbaa51443a
commit c6a11a49cd

View File

@@ -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 {