Skip to content

Commit c112498

Browse files
authored
Merge pull request #96 from graphieros/ft-zoom-minimap
Tooltip - Use backdrop filter
2 parents 8b7c4ce + eb86cd7 commit c112498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/atoms/Tooltip.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ const position = computed(() => {
9696
position: fixed;
9797
padding:12px;
9898
z-index:3 !important;
99+
backdrop-filter: blur(10px);
100+
-webkit-backdrop-filter: blur(5px);
99101
}
100102
.vue-data-ui-custom-tooltip {
101103
position: fixed;

0 commit comments

Comments
 (0)