From 6d547d6ddf28bd1327043243cb39834cfe201e7a Mon Sep 17 00:00:00 2001 From: Steven Engler Date: Sun, 19 May 2024 23:16:50 -0400 Subject: [PATCH] Fixed overlay highlighting on iOS safari --- static/css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/styles.css b/static/css/styles.css index ca2a00d..101ff91 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -311,6 +311,8 @@ blockquote { bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 2; + /* for iOS: https://stackoverflow.com/a/11885330 */ + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .header-right {