diff options
author | login | 2024-04-05 09:59:09 +0200 |
---|---|---|
committer | dzwdz | 2024-04-05 09:59:09 +0200 |
commit | 3b499ea47649b4236feb9117dc46db60274f5263 (patch) | |
tree | c9fe4e27a13203f4541084a97d48c87704048b5b /index.css | |
parent | 97cbfd2765436480aa1a0f9e3399a1810cf451e1 (diff) |
fix css
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/index.css b/index.css index 32322b5..26caf2f 100644 --- a/index.css +++ b/index.css @@ -42,9 +42,8 @@ main { } #heatmap { - position: absolute; width: 100%; - z-index: -1; + height: 0; } #heatmap a { |