fix: tooltip border

This commit is contained in:
puriphatt 2024-04-19 13:54:30 +07:00
parent 7fad5e81d8
commit 28ff4d8a45

View file

@ -99,6 +99,7 @@ defineProps<{
}
.tooltip .tooltip-text {
border: 1px solid var(--_bg-box-content);
width: 250px;
height: 200px;
background-color: var(--_bg-tooltip-branch);
@ -120,8 +121,7 @@ defineProps<{
left: var(--_main-page-branch-tooltip);
border-width: 8px;
border-style: solid;
border-color: var(--_bg-tooltip-branch-arrow) transparent transparent
transparent;
border-color: var(--_bg-box-content) transparent transparent transparent;
transform: rotate(270deg);
}