From d8b5d92e2d7fd3998c0f36d3194663d824d51c53 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 3 May 2020 10:50:56 +0200 Subject: [PATCH] Fix z-index of language dropdown --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index a0266099..8a3abfc7 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1886,7 +1886,7 @@ img.monero-logo { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - z-index: 1; + z-index: 2; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;