Skip to content

Commit 8532e27

Browse files
committed
Tooltip - Use backdrop filter
1 parent c112498 commit 8532e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms/Tooltip.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const position = computed(() => {
9797
padding:12px;
9898
z-index:3 !important;
9999
backdrop-filter: blur(10px);
100-
-webkit-backdrop-filter: blur(5px);
100+
-webkit-backdrop-filter: blur(10px);
101101
}
102102
.vue-data-ui-custom-tooltip {
103103
position: fixed;

0 commit comments

Comments
 (0)