diff --git a/core/modules/system/system.base.css b/core/modules/system/system.base.css
index f8a7726..610d94d 100644
--- a/core/modules/system/system.base.css
+++ b/core/modules/system/system.base.css
@@ -236,6 +236,8 @@ tr .ajax-progress-throbber .throbber {
   position: absolute !important;
   clip: rect(1px, 1px, 1px, 1px);
   left: 0;
+  overflow: hidden;
+  height: 1px;
 }
 
 /**
@@ -246,6 +248,8 @@ tr .ajax-progress-throbber .throbber {
 .element-invisible.element-focusable:focus {
   position: static !important;
   clip: auto;
+  overflow: visible;
+  height: auto;
 }
 
 /**
