From b779e9f1ef6d8f5b817f4225bd2ec6d38d11d917 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:10:57 +0200 Subject: [PATCH] Add chartdiv style --- homepage/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/homepage/style.css b/homepage/style.css index 3274e22..7eaaa20 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -132,6 +132,19 @@ button:hover { font-size: x-large; } +.chartdiv { + position: fixed; + top: 0%; + left: 50%; + width: calc(40% - 2px); + height: calc(25% - 2px); + background-color: #fff; + z-index: 9999; + overflow: auto; + border-radius: 5px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); +} + .logo img { position: absolute; top: 0;