Fixed overlay highlighting on iOS safari
This commit is contained in:
parent
f546ccd6ff
commit
6d547d6ddf
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user