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 GitHub
parent 934f92f83b
commit f133abe4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;