diff --git a/routes/_components/IconButton.html b/routes/_components/IconButton.html
index dfeeac2..8975241 100644
--- a/routes/_components/IconButton.html
+++ b/routes/_components/IconButton.html
@@ -34,6 +34,7 @@
width: 24px;
height: 24px;
fill: var(--action-button-fill-color);
+ pointer-events: none; /* hack for Edge */
}
.icon-button.big-icon .icon-button-svg {