Skip to content

Commit

Permalink
Fixes #1748: increase tooltips z-index (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored May 11, 2017
1 parent a222a30 commit 1774aa0
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 1774aa0

Please sign in to comment.