Fix stylelint errors

This commit is contained in:
Justin Stephenson 2023-04-18 13:02:14 -04:00
parent d41cf3bfcc
commit b73f42eb38

View file

@ -1,4 +1,4 @@
@import "~xterm/lib/xterm.css";
@import "xterm/css/xterm.css";
.player-wrap {
min-width: 672px;
@ -12,10 +12,6 @@
.dragnpan {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}