Skip to content

Commit

Permalink
MissionConfigView: Adjust tooltip location
Browse files Browse the repository at this point in the history
* Adjust tooltip location on require confirmation info tooltip
  • Loading branch information
JoaoMario109 committed Apr 11, 2024
1 parent 40136c6 commit 07935e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ConfigurationJoystickView.vue
Expand Up @@ -231,7 +231,7 @@
<v-progress-linear v-if="remappingInput" v-model="remapTimeProgress" />
</Transition>
</div>
<v-tooltip location="top center" :text="confirmationRequiredTooltipText(input)">
<v-tooltip location="bottom" :text="confirmationRequiredTooltipText(input)">
<template #activator="{ props: tooltipProps }">
<div class="flex justify-center items-center">
<v-switch
Expand Down

0 comments on commit 07935e5

Please sign in to comment.