From fb69a7255e7338b10d6bd04c021b53175fda47a2 Mon Sep 17 00:00:00 2001 From: charlie Date: Wed, 10 Jan 2024 11:57:46 +0800 Subject: [PATCH] fix(ui): overflow for the tippy container --- src/main/frontend/tippy-tooltip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/tippy-tooltip.css b/src/main/frontend/tippy-tooltip.css index 3f0f317e7..cb67487d5 100644 --- a/src/main/frontend/tippy-tooltip.css +++ b/src/main/frontend/tippy-tooltip.css @@ -77,8 +77,8 @@ .tippy-wrapper { background-color: var(--ls-tertiary-background-color); - overflow: visible; border-radius: 8px; + margin: 0 -6px; } .tippy-hover {