Skip to content

Commit

Permalink
Merge pull request #4173 from IgorA100/patch-253092
Browse files Browse the repository at this point in the history
Fix: Increase z-index to 20 for buttons ".btn-zoom-in & .btn-zoom-out" (skin.css)
  • Loading branch information
connortechnology authored Oct 10, 2024
2 parents a0398dd + e4fa3e9 commit a745c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/skins/classic/css/base/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit a745c61

Please sign in to comment.