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