diff --git a/html-client/cryps.css b/html-client/cryps.css
index 90307531..9182bfcb 100755
--- a/html-client/cryps.css
+++ b/html-client/cryps.css
@@ -7,6 +7,7 @@ body {
color: whitesmoke;
font-size: 16pt;
padding: 1em 2em;
+ /*overflow: hidden;*/
user-select: none;
}
diff --git a/html-client/src/components/instance.component.jsx b/html-client/src/components/instance.component.jsx
index 9364f044..b9d463ea 100644
--- a/html-client/src/components/instance.component.jsx
+++ b/html-client/src/components/instance.component.jsx
@@ -24,7 +24,7 @@ function Cryp(cryp) {
{ stat: 'blue_damage', colour: '#3498db' },
{ stat: 'speed', colour: '#FFD123' },
].map((s, i) => (
-
+
{saw(s.colour)}
{cryp[s.stat].value}