ui: Ensure the tooltip panel chevron isn't hidden by overflow (#8183)

This commit is contained in:
John Cowen 2020-06-24 18:07:19 +01:00 committed by hashicorp-ci
parent 1858153500
commit 2a321e7164
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
}
%tooltip-panel dd > div {
top: auto !important;
overflow: visible;
}
%tooltip-panel dt {
cursor: pointer;