Skip to content

Commit

Permalink
Fix histogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ory committed Sep 17, 2024
1 parent e86cda8 commit 0e85cb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles-local.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
position: relative;
width: 100%;
padding: 20px 0;
margin-top: -50px;
}

.slider-wrapper {
Expand Down Expand Up @@ -169,15 +170,15 @@
position: absolute;
font-size: 14px;
background-color: white;
top: -25px;
top: 25px;
z-index: 1; /* Labels are above everything */
}

.slider-active-label-end {
position: absolute;
font-size: 14px;
background-color: white;
top: -25px;
top: 25px;
z-index: 1; /* Labels are above everything */
}

Expand Down

0 comments on commit 0e85cb7

Please sign in to comment.