You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have asked a question on Stackoverflow about this, but after a few day I have found part of solution. Even the elements not trespassing the limit of the visible area, Foundation generates a scrollbar. For me, it's unnecessary.
/* line 365, /usr/local/lib/ruby/gems/2.0.0/gems/foundation-rails-5.3.0.1/vendor/assets/stylesheets/foundation/components/_global.scss */html, body {
height: 100%;
}
Changing this to
html, body {
height: auto;
}
the scrollbar desappears.
The text was updated successfully, but these errors were encountered:
mdamaceno
changed the title
Desnecessary scrollbar
Unnecessary scrollbar
Jul 27, 2014
The http://foundation.zurb.com/forum Foundation forum would be a great place to seek some help with troubleshooting what might be going on here. If it turns out to be a defect, you'll have some more info to provide here which will help prioritize and get it fixed.
We're trying to keep the issue list focused on confirmed defects in Foundation, so any help everyone can provide to differentiate between usage / troubleshooting and actual defects is appreciated!
I have asked a question on Stackoverflow about this, but after a few day I have found part of solution. Even the elements not trespassing the limit of the visible area, Foundation generates a scrollbar. For me, it's unnecessary.
Changing this to
the scrollbar desappears.
The text was updated successfully, but these errors were encountered: