From 56d41d7d3df7bba926ab99a827d9a328d2935bfd Mon Sep 17 00:00:00 2001 From: skidoodle Date: Wed, 23 Oct 2024 14:00:01 +0200 Subject: [PATCH] Refactor history modal styles and chart height --- index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index bb92143..37009f7 100644 --- a/index.html +++ b/index.html @@ -65,6 +65,7 @@ #historyModal .bg-gray-800 { background-color: #2c2c2c; color: #ffffff; + overflow-y: auto; } #historyModal button { @@ -87,6 +88,10 @@ width: 90%; } } + + #historyChart { + height: 300px; + } @@ -98,18 +103,14 @@