diff --git a/core/css/apps.scss b/core/css/apps.scss
index 7a979d165859ee0c95c8c7d199882f011647a2d5..433100d042f507c6c9bf8c8e715207497208c970 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -358,6 +358,10 @@ kbd {
 			height: 44px;
 			margin: 0;
 			z-index: 110;
+
+			/* Needed for IE11; otherwise the button appears to the right of the
+			 * link. */
+			left: 0;
 		}
 		&:before {
 			position: absolute;