Fixes overflow issue on .screen-reader-text. See #484.
@ -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,