From e4fa3e9e12d2bfb242a8d9d97bb0c5115bbff03c Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Thu, 10 Oct 2024 16:24:14 +0300 Subject: [PATCH] Increase z-index to 20 for buttons ".btn-zoom-in & .btn-zoom-out" (skin.css) Otherwise, the ".block-button-center" block partially overlaps with other buttons. --- web/skins/classic/css/base/skin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/classic/css/base/skin.css b/web/skins/classic/css/base/skin.css index ba0e08aad0..20a4b8263c 100644 --- a/web/skins/classic/css/base/skin.css +++ b/web/skins/classic/css/base/skin.css @@ -1152,7 +1152,7 @@ button.btn.btn-zoom-out { position: absolute; left: 3px; top: 3px; - z-index: 10; + z-index: 20; text-shadow: -1px -1px 0 #575757, 1px -1px 0 #575757, @@ -1166,7 +1166,7 @@ button.btn.btn-zoom-in { position: absolute; right: 3px; top: 3px; - z-index: 10; + z-index: 20; text-shadow: -1px -1px 0 #575757, 1px -1px 0 #575757,