fix(ui): overflow for the tippy container

pull/10897/head
charlie 2024-01-10 11:57:46 +08:00
parent 58c366c3c2
commit fb69a7255e
1 changed files with 1 additions and 1 deletions

View File

@ -77,8 +77,8 @@
.tippy-wrapper {
background-color: var(--ls-tertiary-background-color);
overflow: visible;
border-radius: 8px;
margin: 0 -6px;
}
.tippy-hover {