diff options
-rw-r--r-- | styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -274,3 +274,8 @@ html{ font-weight: 9000; font-size: 120%; } + +/* disable pointer events on images */ +img{ + pointer-events:none; +} |
index : github/exhq.github.io.git | ||
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | styles.css | 5 |
@@ -274,3 +274,8 @@ html{ font-weight: 9000; font-size: 120%; } + +/* disable pointer events on images */ +img{ + pointer-events:none; +} |