diff --git a/core/css/apps.scss b/core/css/apps.scss index f294f8aa512..6b4c1a529b6 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -361,6 +361,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;