diff --git a/website/canvas.html b/website/canvas.html index e33f8cc..9fecdb5 100644 --- a/website/canvas.html +++ b/website/canvas.html @@ -246,14 +246,7 @@ } #community-info { - position: fixed; - top: 72px; - left: 16px; - padding: 8px 16px; - background: white; - border-radius: 8px; - box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); - z-index: 1000; + display: none; } #community-info h2 { @@ -862,8 +855,8 @@ } -
-