mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 10:16:03 +00:00
fix(ui): raise v2 tooltip layer (#34455)
Co-authored-by: Jay <53023+jayair@users.noreply.github.com> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Jay
opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
parent
917eca4f55
commit
4de7e90d8d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user