From 58e20362650eaf21041754db0be80ffeb573e414 Mon Sep 17 00:00:00 2001 From: sD Date: Sun, 3 May 2020 17:16:00 +0200 Subject: set height of testimony --- webAO/styles/client.css | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 1f38b4b..4c97c2c 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -426,6 +426,7 @@ #client_testimony { display: block; position: absolute; + height: 100%; width: 100%; height: auto; } -- cgit