Skip to content

Commit 6ffbeeb

Browse files
committed
Other - Increased tooltip z-index
1 parent 5e77ce3 commit 6ffbeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/atoms/Tooltip.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ const position = computed(() => {
7070
box-shadow: 0 6px 12px -6px rgba(0,0,0,0.2);
7171
position: fixed;
7272
padding:12px;
73-
z-index:2;
73+
z-index:3 !important;
7474
}
7575
.vue-data-ui-custom-tooltip {
7676
position: fixed;
77-
z-index: 2;
77+
z-index: 3;
7878
}
7979
</style>

0 commit comments

Comments
 (0)