From 641df30129ed241cda2440280b5282410d5ee5b3 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 17 Jan 2025 13:53:36 +0100 Subject: Fill whole window --- html/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index e3235f9..f7345c5 100644 --- a/html/index.html +++ b/html/index.html @@ -60,8 +60,11 @@ body { } #songlist{ - height: 1000px; - overflow: auto; + height: calc(100vh - 300px); + width: 100%; + white-space: pre; + overflow-x: auto; + overflow-y: auto; } -- cgit v1.2.3