Remove Scrollbars when not needed?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 29, 2014 10:41 pm
Reply with quote
Report this post
How can we hide the scrollbars from the template when they are not being used?

See here: http://screencast.com/t/GxyNdK1dQ

Thanks,
James
User avatar
Junior Boarder

GK User
Thu Jan 30, 2014 10:46 am
Reply with quote
Report this post
Hello,

Please try to open file css/layout.css and change fragment:

Code: Select all
html {
border-bottom: 1px solid transparent;
min-height: 100%;
}


to:

Code: Select all
html {
min-height: 100%;
}
User avatar
Administrator

GK User
Sun Feb 02, 2014 5:12 pm
Reply with quote
Report this post
Thanks worked as expected!

James
User avatar
Junior Boarder


cron