Skip to content

Commit

Permalink
Fixes #1748: increase tooltips z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto committed May 10, 2017
1 parent a222a30 commit 9857326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/client/themes/default/ms2-theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -1020,3 +1020,7 @@ select.form-control option {
.mapstore2-embedded {
overflow: hidden;
}

.tooltip {
z-index: 10000;
}

0 comments on commit 9857326

Please sign in to comment.