Hides tooltip arrows to avoid overflow.
This commit is contained in:
parent
04e621b900
commit
36c8dc5c92
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue