Merge pull request #4692 from mempool/natsoni/fix-goggles-z-index

Fix block visualisation tooltip z-index
This commit is contained in:
softsimon 2024-02-21 12:17:43 +07:00 committed by GitHub
commit 46e989ab27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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