Add scrollbar todo note

This commit is contained in:
James Allen 2016-10-13 14:25:46 +01:00
parent 4999ed30f8
commit 09195882f4

View file

@ -16,6 +16,7 @@
top: 0;
bottom: 0;
left: 0;
// TODO: Use a more cross-browser method of hiding the scroll bar
right: -30px; // Hide scroll bar
overflow-y: scroll;
}