fix phone tooltip placement

pull/217/head
Pete Matsyburka 2 years ago
parent e89b42de40
commit 5502c2ab1b

@ -75,23 +75,6 @@ button[disabled] .enabled {
@apply select base-input w-full font-normal;
}
.tooltip-bottom-end:before {
transform: translateX(-95%);
top: var(--tooltip-offset);
left: 100%;
right: auto;
bottom: auto;
}
.tooltip-bottom-end:after {
transform: translateX(-25%);
border-color: transparent transparent var(--tooltip-color) transparent;
top: var(--tooltip-tail-offset);
left: 50%;
right: auto;
bottom: auto;
}
.autocomplete {
background: white;
z-index: 1000;

@ -91,7 +91,7 @@
</button>
<div
v-else-if="type == 'phone'"
class="tooltip tooltip-bottom-end flex"
class="tooltip tooltip-bottom flex"
data-tip="Unlock SMS-verified phone number field with paid plan. Use text field for phone numbers without verification."
>
<a

Loading…
Cancel
Save