communication fix

This commit is contained in:
2023-04-13 17:36:42 +08:00
parent d9beb0d3b3
commit d702197a3f
11 changed files with 365 additions and 218 deletions

View File

@ -3,7 +3,7 @@
box-sizing: border-box;
display: flex;
flex-direction: column;
overflow-x: hidden;
overflow: visible;
& {
--hover-bg-color: lightyellow;

View File

@ -9,7 +9,7 @@
}
.tooltip-wrapper {
position: fixed;
position: absolute;
word-wrap: break-word;
height: auto;
text-align: left;