aboutgitcodebugslistschat
path: root/README.md
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-04-13 22:54:08 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-04-13 22:54:08 +0200
commit61fa05c7c0c566cef4e85103841afdbbe0b4f3f6 (patch)
tree06f38aca857b8b4b12b279f8dca643e1fba2e9d8 /README.md
parent0ec3997646ae519e42a15bffa09a4d743f1ed689 (diff)
downloadpasst-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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1431c81..21f1731 100644
--- a/README.md
+++ b/README.md
@@ -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();