Skip to content

Commit

Permalink
Give tooltip better visibility
Browse files Browse the repository at this point in the history
- gives the tooltip feature a higher z-index
to prevent other dynamically updating neighbour elements clashing with it visually
  • Loading branch information
moiikana committed Nov 25, 2024
1 parent 58b5057 commit df87f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/form_elements/RadioFieldTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ defineProps<Props>();
height: 16px;
width: 17px;
background: colors.$white;
z-index: 99;
&-text {
position: absolute;
Expand Down

0 comments on commit df87f75

Please sign in to comment.