always display scrollbar to prevent horizontal lurch
This commit is contained in:
parent
a78cf9f6bb
commit
ff6d4f242b
@ -1,5 +1,8 @@
|
||||
/* style.css */
|
||||
|
||||
html {
|
||||
overflow-y:scroll; /* always display scrollbar to prevent horizontal lurch */
|
||||
}
|
||||
img {
|
||||
border:0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user