Browse Source

fix(ui): overflow for the tippy container

charlie 2 years ago
parent
commit
fb69a7255e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/tippy-tooltip.css

+ 1 - 1
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 {