Is it possible to move a scrollbar for example, 5px to the right, only using CSS?
Asked
Active
Viewed 29 times
0
-
2Can you provide some code please ? What did you tried so far ? – Magicprog.fr Feb 07 '17 at 11:50
-
2I don't think so. You may want to make a custom scrollbar using jQuery. – node_modules Feb 07 '17 at 11:51
-
@Magicprog.fr - Lol. That's what **he's** asking for. – Vilx- Feb 07 '17 at 11:52
-
Take a look of this question http://stackoverflow.com/questions/9251354/css-customized-scroll-bar-in-div – Jose Paredes Feb 07 '17 at 11:52
-
Thanks @JoseAPL, but that question is what made me curious – McMuffinDK Feb 07 '17 at 11:54
-
@McMuffin that's about all you can do with custom scrollbars, if you want to move it 5px to the right, why not just add 5px right padding on the container? – Pete Feb 07 '17 at 11:56