mirror of https://github.com/status-im/consul.git
ui: Ensure the tooltip panel chevron isn't hidden by overflow (#8183)
This commit is contained in:
parent
e2cfa93f02
commit
9e77922daa
|
@ -3,6 +3,7 @@
|
|||
}
|
||||
%tooltip-panel dd > div {
|
||||
top: auto !important;
|
||||
overflow: visible;
|
||||
}
|
||||
%tooltip-panel dt {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue