fix phone tooltip placement

This commit is contained in:
Pete Matsyburka
2023-12-22 16:29:24 +02:00
parent e89b42de40
commit 5502c2ab1b
2 changed files with 1 additions and 18 deletions
-17
View File
@@ -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;