diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-04-13 22:54:08 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-04-13 22:54:08 +0200 |
commit | 61fa05c7c0c566cef4e85103841afdbbe0b4f3f6 (patch) | |
tree | 06f38aca857b8b4b12b279f8dca643e1fba2e9d8 | |
parent | 0ec3997646ae519e42a15bffa09a4d743f1ed689 (diff) | |
download | passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar.gz passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar.bz2 passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar.lz passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar.xz passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.tar.zst passt-61fa05c7c0c566cef4e85103841afdbbe0b4f3f6.zip |
README: Don't let <canvas> steal pointer events
...otherwise some links on the bottom won't be clickable.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ replacement for Slirp. <area class="map_area" target="_blank" href="https://man7.org/linux/man-pages/man7/netlink.7.html" coords="1119,278,1117,293,1165,304,1169,288" shape="poly"> <area class="map_area" target="_blank" href="https://passt.top/passt/tree/passt.c#n195" coords="989,294,1040,264,1089,280,986,344" shape="poly"> </map> -<canvas id="map_highlight" style="border: 0px; z-index: 10; position: fixed;"></canvas> +<canvas id="map_highlight" style="border: 0px; z-index: 10; position: fixed; pointer-events: none"></canvas> <script> function canvas_position(el) { var rect = el.getBoundingClientRect(); |