I’m using the following in my CSS to force a vertical scrollbar in Firefox:
body {
overflow-y: scroll;
}
Does this technique work in Safari and Opera? Some people say it does and some say otherwise.
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 CSS rule
overflow-y: scrollworks for me in:and obviously all versions of Microsoft Internet Explorer where the scrollbar is always shown.
Safari and Google Chrome are using the same view engine, so chances are it works in Safari as well 🙂