Stop selecting tooltip text

This commit is contained in:
thepaperpilot 2022-12-21 20:27:06 -06:00
parent 4ba4fcdb25
commit ef4c0b606d

View file

@ -32,6 +32,9 @@
pointer-events: none;
transition: height .3s;
pointer-events: none;
user-select: none;
}
.factory-container {
position: absolute;