diff --git a/core/modules/system/system.base.css b/core/modules/system/system.base.css
index 68a1683..fcf840b 100644
--- a/core/modules/system/system.base.css
+++ b/core/modules/system/system.base.css
@@ -235,6 +235,8 @@ tr .ajax-progress-throbber .throbber {
 .element-invisible {
   position: absolute !important;
   clip: rect(1px, 1px, 1px, 1px);
+  overflow: hidden;
+  height: 1px;
 }
 
 /**
@@ -245,6 +247,8 @@ tr .ajax-progress-throbber .throbber {
 .element-invisible.element-focusable:focus {
   position: static !important;
   clip: auto;
+  overflow: visible;
+  height: auto;
 }
 
 /**
