mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 01:50:12 -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;
|
||||
outline: 1px solid rgba($white, 0.1);
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
z-index: 10;
|
||||
color: $text-colour;
|
||||
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user