From 57b11c8bc47056bbe56b3335e709b167ed7e5f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchrisshank=E2=80=9D?= Date: Mon, 9 Dec 2024 12:50:39 -0800 Subject: [PATCH] fix cluster styles --- demo/proximity-based-communication-and-event-propagators.html | 2 -- demo/proximity-based-communication.html | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/demo/proximity-based-communication-and-event-propagators.html b/demo/proximity-based-communication-and-event-propagators.html index e9ed830..2afe62b 100644 --- a/demo/proximity-based-communication-and-event-propagators.html +++ b/demo/proximity-based-communication-and-event-propagators.html @@ -43,8 +43,6 @@ display: block; position: absolute; inset: 0 0 0 0; - pointer-events: none; - background-color: #b4d8f63b; } folk-weather { diff --git a/demo/proximity-based-communication.html b/demo/proximity-based-communication.html index 7d8f988..e098513 100644 --- a/demo/proximity-based-communication.html +++ b/demo/proximity-based-communication.html @@ -31,6 +31,7 @@ background: white; border: solid 2px black; border-radius: 5px; + ul { height: 100%; overflow: auto; @@ -43,8 +44,6 @@ display: block; position: absolute; inset: 0 0 0 0; - pointer-events: none; - background-color: #b4d8f63b; } folk-weather {