Skip to content

Commit

Permalink
Merge pull request #2637 from floriank/fix/18921-fix-scrollbar
Browse files Browse the repository at this point in the history
Fix login scrollbar issue
  • Loading branch information
ulferts committed Feb 27, 2015
2 parents 83283c8 + 28f7fc4 commit 420cd33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/content/_forms.sass
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ fieldset
content: ''
position: absolute
margin: 5px 2px
/* Length of check tail
// Length of check tail
width: 11px
/* Lenght of check foot
// Length of check foot
height: 3px
background: transparent
border: 3px solid #666666
Expand Down Expand Up @@ -296,6 +296,7 @@ fieldset.form--fieldset

.form--field-extra-actions
@extend %form--field-after-container
overflow-y: visible

%form--field-element-container
display: block
Expand Down

0 comments on commit 420cd33

Please sign in to comment.