Skip to content

Commit

Permalink
fix: reposition tooltip circle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpleroux committed Sep 10, 2024
1 parent 18ab31c commit 9fca0dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion es-ds-components/components/es-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const model = defineModel<number>();
align-items: center;
background-color: variables.$blue-600;
border-radius: 50%;
bottom: 100%;
bottom: 27px;
box-shadow: 0 1px 6px 0 rgba(34, 38, 51, 0.25);
color: variables.$white;
content: attr(aria-valuenow);
Expand All @@ -99,6 +99,7 @@ const model = defineModel<number>();
justify-content: center;
padding-bottom: 2px;
position: absolute;
right: -22px;
width: 52px;
}
</style>

0 comments on commit 9fca0dc

Please sign in to comment.