contact tooltip issue

This commit is contained in:
2023-06-06 13:50:05 +08:00
parent 99d4aa59a8
commit c045aac4f9
3 changed files with 17 additions and 8 deletions

View File

@ -152,7 +152,8 @@
.bar-list-container {
min-height: 26px;
max-height: 120px;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
position: relative;
}