From bb4bf557c69fd901e941e61edf542a9ea4e32702 Mon Sep 17 00:00:00 2001 From: Morten Rand-Hendriksen Date: Wed, 14 May 2014 18:30:36 -0700 Subject: [PATCH] Fixes overflow issue when hidden content with the .screen-reader-text class is positioned hard right. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index afffe0a..2a9255d 100644 --- a/style.css +++ b/style.css @@ -451,6 +451,9 @@ a:active { .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; } .screen-reader-text:hover,