Hides tooltip arrows to avoid overflow.

This commit is contained in:
mateuswetah 2022-03-18 10:52:58 -03:00
parent 04e621b900
commit 36c8dc5c92
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
overflow-y: auto;
overflow-x: hidden;
.v-popper__arrow-container {
visibility: hidden;
display: none;
}
.v-popper__inner {
background: var(--tainacan-primary);
color: var(--tainacan-info-color);