adjust phone tooltip position

This commit is contained in:
Pete Matsyburka
2023-12-30 11:46:04 +02:00
parent 1a693fba2d
commit bc2e0a000a
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -75,6 +75,23 @@ button[disabled] .enabled {
@apply select base-input w-full font-normal;
}
.tooltip-bottom-start:before {
transform: translateX(-30%);
top: var(--tooltip-offset);
left: 100%;
right: auto;
bottom: auto;
}
.tooltip-bottom-start:after {
transform: translateX(-75%);
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;