Skip to content

Commit

Permalink
Fixed issue #11514: Z-index problem: Slider tooltip above error message
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfluer committed Aug 5, 2016
1 parent 4cbb25a commit 2c90aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/default/css/bootstrap-slider.css
Expand Up @@ -134,6 +134,9 @@
.slider .tooltip-inner {
white-space: nowrap;
}
.slider .tooltip {
z-index: 1049;
}
.slider .hide {
display: none;
}
Expand Down

1 comment on commit 2c90aa9

@LouisGac
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to port it to all the templates

Please sign in to comment.