diff --git a/ui/app/components/ui/icon-with-fallback/index.scss b/ui/app/components/ui/icon-with-fallback/index.scss index 02ffe371d..215ea6138 100644 --- a/ui/app/components/ui/icon-with-fallback/index.scss +++ b/ui/app/components/ui/icon-with-fallback/index.scss @@ -18,12 +18,12 @@ } &__identicon { + position: relative; width: 24px; height: 24px; - z-index: 1; &--default { - z-index: 1; + position: relative; color: black; } } diff --git a/ui/app/pages/connected-sites/index.scss b/ui/app/pages/connected-sites/index.scss index 178f4d036..e99191b32 100644 --- a/ui/app/pages/connected-sites/index.scss +++ b/ui/app/pages/connected-sites/index.scss @@ -22,7 +22,6 @@ border-radius: 0 0 10px 10px; font-size: 14px; line-height: 20px; - z-index: 1; a, a:hover { cursor: pointer;