From 45380f0f5ad9b71b0c0c1ebbf2a5dc5ebbee5f17 Mon Sep 17 00:00:00 2001 From: alreadyburnt <81592644+alreadyburnt@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:30:28 +0200 Subject: [PATCH] custom.css: fix languages menu overlap --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 278cb91b..2e4f6e5d 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1992,7 +1992,7 @@ img.icon-language { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - z-index: 2; + z-index: 6; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease;