Skip to content

Commit

Permalink
Prevent overlapping tooltip labels
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 11, 2023
1 parent 2374204 commit 815477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wms/ElevationSlider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ watch(() => props.modelValue, onValueChange)
z-index: 2000;
position: absolute;
right: 5px;
bottom: 100px;
bottom: 115px;
}
.tooltip-input {
Expand Down

0 comments on commit 815477b

Please sign in to comment.