ui: Ensure the tooltip panel chevron isn't hidden by overflow (#8183)
This commit is contained in:
parent
934f92f83b
commit
f133abe4f1
|
@ -3,6 +3,7 @@
|
|||
}
|
||||
%tooltip-panel dd > div {
|
||||
top: auto !important;
|
||||
overflow: visible;
|
||||
}
|
||||
%tooltip-panel dt {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue