Skip to content

Commit

Permalink
fix positioning of hidden input
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Keairns <[email protected]>

Pull request: #716
Approved by: smith
  • Loading branch information
Ryan Keairns authored and jtimberman committed Jun 12, 2016
1 parent 9c5624c commit 2553e13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www/source/stylesheets/_try.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ code {
font-family: 'Source Code Pro', monospace;
font-size: rem-calc(14);
padding: 1em;
position: relative;

height: 400px;
width: 100%;
Expand Down Expand Up @@ -139,9 +140,10 @@ pre.full-output {

#mobile-keyboard-trigger {
color: transparent;
position: absolute;
width: 320px;
height: 100px;
left: -20px;
left: -40px;
opacity: 0;
position: absolute;
top: 0;
width: 320px;
}

0 comments on commit 2553e13

Please sign in to comment.