From 8b269879f03fef2048a5e9092fdb72f95a856890 Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 5 Jan 2025 12:05:29 -0800 Subject: [PATCH] Make sure exit full screen is on top (#244) --- css/apple2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/apple2.css b/css/apple2.css index ebb1b42..f1b1211 100644 --- a/css/apple2.css +++ b/css/apple2.css @@ -828,4 +828,5 @@ a.button:hover { display: flex; justify-content: center; padding: 5px; + z-index: 1; }