fix: scrollbar position now to max right pos, fixes #10982

This commit is contained in:
Torkel Ödegaard 2018-02-21 11:01:48 +01:00
parent ceb8223ddf
commit 98a4731454

View File

@ -75,7 +75,7 @@
border-radius: 6px; border-radius: 6px;
width: 6px; width: 6px;
/* there must be 'right' for ps__thumb-y */ /* there must be 'right' for ps__thumb-y */
right: 2px; right: 0px;
/* please don't change 'position' */ /* please don't change 'position' */
position: absolute; position: absolute;
} }