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 @@