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

pull/10955/merge
Torkel Ödegaard 7 years ago
parent ceb8223ddf
commit 98a4731454
  1. 2
      public/sass/components/_scrollbar.scss

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

Loading…
Cancel
Save