From 41b328a815d28a338a78146da651066e6cd78e3b Mon Sep 17 00:00:00 2001 From: ntr Date: Fri, 29 Mar 2019 13:49:34 +1100 Subject: [PATCH] overflow --- html-client/cryps.css | 2 +- html-client/src/components/instance.component.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/html-client/cryps.css b/html-client/cryps.css index ba806305..9182bfcb 100644 --- a/html-client/cryps.css +++ b/html-client/cryps.css @@ -7,7 +7,7 @@ body { color: whitesmoke; font-size: 16pt; padding: 1em 2em; - overflow: hidden; + /*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}