Add z-index to block overview tooltip component

This commit is contained in:
natsoni 2024-02-17 18:08:22 +01:00
parent 7fb699a02b
commit ac250ebe6c
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -11,6 +11,7 @@
text-align: left;
min-width: 320px;
pointer-events: none;
z-index: 11;
&.clickable {
pointer-events: all;