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.
This commit is contained in:
IgorA100
2024-10-10 16:24:14 +03:00
committed by GitHub
parent a0398dd2d7
commit e4fa3e9e12

View File

@@ -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,