I’ve just noticed that Firefox 12 and 13 won’t show horizontal bar when the page gets x overflow. I tried to make CSS declaration:
html {
overflow-x: scroll !important;
}
but it doesn’t help.
Any ideas? Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The line in the jquery-ui style sheet that causes this is:
If you change it to the following you should see your scrollbars again:
Although I have no clue what so ever what other effects this change might have. I don’t know what that element is used for.