From 06c21f2545db31a25c4560e8e8a5ce073a0b2f93 Mon Sep 17 00:00:00 2001 From: Joan Date: Mon, 11 Jul 2022 10:33:11 +0200 Subject: [PATCH] Add z-index property to Add button (#63) * extended AWS region list * added z-index to add button Co-authored-by: Joan Salvatella --- src/components/elements/AddButton.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/elements/AddButton.js b/src/components/elements/AddButton.js index d176b65..7be674c 100644 --- a/src/components/elements/AddButton.js +++ b/src/components/elements/AddButton.js @@ -21,6 +21,7 @@ const StyledLink = styled(FilteredLink)` border-radius: 50%; text-decoration: none; color: #565656; + z-index: 1; & > span:first-child { display: flex;