From: Cameron Ball Date: Fri, 11 Dec 2020 09:35:08 +0000 (+0800) Subject: Visible audio controls X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=70eb99bf4fb67e20af9c30fe5008a366a0392471;p=niki-countdown.git Visible audio controls --- 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; }
-