Set dummy vertical scrollbar width to be as wide as the scrollbar

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-10-17 17:55:31 -07:00
parent 1d46b63977
commit d6418b8b94

View File

@@ -50,7 +50,7 @@
right: 0;
top: 0;
bottom: 0;
width: 10px;
width: 15px;
overflow-y: auto;
}