Compare commits

...

1 Commits

Author SHA1 Message Date
Jay aecaba0d91 fix(ui): raise v2 tooltip layer
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-06-29 16:09:47 +00:00
@@ -2,7 +2,12 @@
display: flex;
}
[data-popper-positioner]:has([data-component="tooltip-v2"]) {
z-index: 1000;
}
[data-component="tooltip-v2"] {
z-index: 1000;
box-sizing: border-box;
display: inline-flex;
flex-direction: row;