mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 06:38:26 -04:00
Fix z-index on templates page
The template type selection was accidentally overlapping the sticky footer.
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
border: 2px solid $black;
|
border: 2px solid $black;
|
||||||
outline: 1px solid rgba($white, 0.1);
|
outline: 1px solid rgba($white, 0.1);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1000;
|
z-index: 10;
|
||||||
color: $text-colour;
|
color: $text-colour;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user