Fixed overlay highlighting on iOS safari

This commit is contained in:
Steven Engler 2024-05-19 23:16:50 -04:00
parent f546ccd6ff
commit 6d547d6ddf

View File

@ -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 {