Browse Source

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

Torkel Ödegaard 7 years ago
parent
commit
98a4731454
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/components/_scrollbar.scss

+ 1 - 1
public/sass/components/_scrollbar.scss

@@ -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;
 }
 }