Skip to content

Commit

Permalink
Merge pull request #542 from wmde/fix-tooltip-visibility
Browse files Browse the repository at this point in the history
Give tooltip better visibility
  • Loading branch information
moiikana authored Nov 25, 2024
2 parents 58b5057 + df87f75 commit f3a0afc
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 f3a0afc

Please sign in to comment.