From 4a553f5593fd4d2c9f33071f2a2935ccb61a36a5 Mon Sep 17 00:00:00 2001
From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com>
Date: Fri, 20 Oct 2023 09:13:22 +0200
Subject: fix: place OAS in France again, needed to click on other counter

---
 play.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/play.html b/play.html
index 7764e97..4daa173 100644
--- a/play.html
+++ b/play.html
@@ -139,6 +139,10 @@ main { background-color: dimgray }
 	border-color:grey;
 }
 
+.counter.oas_active {
+	pointer-events: none;
+}
+
 .counter.turn_now{background-position:0% 0%}
 .counter.fln_psl{background-position:11.11111111111111% 0%}
 .counter.fln_ap{background-position:22.22222222222222% 0%}
-- 
cgit v1.2.3