Merge pull request #492 from mor10/screen-reader-text_overflow
Fixes overflow issue on .screen-reader-text. See #484.
This commit is contained in:
commit
2d0ebc79cd
1 changed files with 3 additions and 0 deletions
|
@ -451,6 +451,9 @@ a:active {
|
||||||
.screen-reader-text {
|
.screen-reader-text {
|
||||||
clip: rect(1px, 1px, 1px, 1px);
|
clip: rect(1px, 1px, 1px, 1px);
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
height: 1px;
|
||||||
|
width: 1px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screen-reader-text:hover,
|
.screen-reader-text:hover,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue