Page 1 of 1

Scroll bar always appears in new Safari 5.0 (and Chrome)

Posted: 09 Jun 2010, 04:33
by Christopher
Good morning,

Doesn't appear to be a big issue, but thought you guys would like to know.
In Safari 5.0 my website always has a scroll bar on the right side now
whereas before it never appeared.

My website is fairly stock, using the most up-to-date version of imagevuex.

Link: http://christophergrant.net

UPDATE: This also occurs in Chrome 5.0.375.86

Thanks for taking a look!
Christopher

Posted: 10 Jun 2010, 02:25
by Nick
Thank you for reporting we'll take a look at it and release an update in a bit. This is little bit stupid though, don't understand what's causing it.

Posted: 10 Jun 2010, 02:43
by Christopher
Thanks Nick,

Hope all is well over there!

Christopher

Posted: 24 Jun 2010, 22:22
by nate78
Any update on this issue? It's minor but annoying ;-P

Posted: 29 Jun 2010, 05:44
by Nick
Sorry, forgot to post here. You need to change doctype in templates/index.gallery.phtml from XHTML strict to:
Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

Just make sure the file starts like this up to the head part.

Posted: 29 Jun 2010, 07:42
by Christopher
Works!

Thanks.