always display scrollbar to prevent horizontal lurch

This commit is contained in:
mappu 2013-11-09 13:36:34 +13:00
parent a78cf9f6bb
commit ff6d4f242b
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/* style.css */
html {
overflow-y:scroll; /* always display scrollbar to prevent horizontal lurch */
}
img {
border:0;
}