From 7fc3fb4149406adc0c76629da0339ce007e21074 Mon Sep 17 00:00:00 2001 From: Lisiasty <69064684+Lisiasty-Pazurek@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:46:11 +0100 Subject: [PATCH] constant coloring and windwos scroll --- client/static/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/static/css/style.css b/client/static/css/style.css index aa5dde6..b05b756 100644 --- a/client/static/css/style.css +++ b/client/static/css/style.css @@ -56,13 +56,14 @@ body { display: none; flex-direction: column; position: relative; - overflow: hidden; + overflow: auto; width: 100%; height: 100%; background: linear-gradient(rgba(221,71,73, .6), rgba(42,178,217, .6) ); z-index: 0; padding: 10px; box-sizing: border-box; + } @@ -212,8 +213,9 @@ body { } #playerZone .playerData { - flex: 0.5; + flex: 0.2; padding: 20px; + background: linear-gradient(rgba(221, 110, 112, 0.3), rgba(33, 130, 156, 0.3) ); } #playerZone .playerRow {