From 70eb99bf4fb67e20af9c30fe5008a366a0392471 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 11 Dec 2020 17:35:08 +0800 Subject: [PATCH] Visible audio controls --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c161440..3efd519 100644 --- a/index.html +++ b/index.html @@ -47,14 +47,14 @@ min-height: 100%; } - iframe { - display: none; + #audio { + z-index: 999; }
-