Skip to content

Commit

Permalink
Merge pull request #389 from will-moore/viewer_zoom_buttons_zIndex
Browse files Browse the repository at this point in the history
Fix zoom buttons overlaying popups
  • Loading branch information
joshmoore authored Aug 6, 2022
2 parents e7e9169 + b491ef2 commit 1523a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webgateway/static/webgateway/css/ome.viewport.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ div.weblitz-viewport-tiles img {

.wb_zoomIn, .wb_zoom11, .wb_zoomOut {
position: absolute;
z-index: 10;
z-index: 1;
left: 10px;
width: 20px;
}
Expand Down

0 comments on commit 1523a77

Please sign in to comment.