fix: Show NodeIcon tooltips by removing pointer-events: none (#6777)

fix: show NodeIcon tooltips by removing pointer-events: none
This commit is contained in:
Alex Grozav 2023-07-28 12:48:26 +03:00 committed by GitHub
parent cf00ba7089
commit eb898f744f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,12 +126,16 @@ export default defineComponent({
display: flex;
justify-content: center;
align-items: center;
pointer-events: none;
svg {
max-width: 100%;
max-height: 100%;
}
img,
svg {
pointer-events: none;
}
}
.nodeIconPlaceholder {
text-align: center;