❇️ Allow select text on debug shape info panel

This commit is contained in:
Alejandro Alonso 2024-01-30 16:36:21 +01:00
parent 153bb752a4
commit 208b06d9cb

View file

@ -12,6 +12,7 @@
background-color: var(--panel-background-color); background-color: var(--panel-background-color);
color: white; color: white;
font-size: $fs-12; font-size: $fs-12;
user-select: text;
} }
.shape-info-title { .shape-info-title {