Issue #1973456 by echoz: Fixed .element-invisible on element at right causes horizontal scrollbar on desktop or right gap on phone on webkit browsers.

8.0.x
webchick 2013-04-21 13:09:47 -07:00
parent fa3e949d01
commit 2508db125b
3 changed files with 4 additions and 2 deletions

View File

@ -246,6 +246,7 @@ input {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
width: 1px;
}
/**
@ -258,6 +259,7 @@ input {
clip: auto;
overflow: visible;
height: auto;
width: auto;
}
/**

View File

@ -298,7 +298,7 @@ ul.tips {
background: #444;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: block;
display: inline-block;
font-size: 0.94em;
line-height: 1.7;
padding: 1px 10px 2px 10px;

View File

@ -161,7 +161,7 @@ pre {
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
display: block;
display: inline-block;
background: #444;
color: #fff;
font-size: 0.94em;