I have a scroll bar issue. There's a tiny pixel of margin to the right of the scroll bar, whenever I click on the scrollbar (on that margin) anywhere but not in the middle of it. The bar moves to where I clicked This is kinda annoying, any help?
When I hover on the scrollbar but not in the middle and click it. It kinda magnets the middle of the scrollbar to where I've clicked, another issue is that the cursor actually goes beyond the scrollbar to the right of it (a margin of around 1~2 pixels).
In this picture, I'm pointing to the right of the scrollbar, actually inside the scrollbar section. But the scrollbar is not in hover-mode However, when I click in that exact location the scrollbar scrolls to that location.
What I need to do is to remove that 1~2 pixels or margin, and turn off that scroll bar magnet problem so that when I click on any point on that seeker it doesn't scroll to the middle automatically.
Thanks to DK Bose the problem is solve, and this is what I did..
To fix the slider magnet problem, I installed a tool called "Unity Tweak Tool"
Launch the app, then choose "Scrolling" from the "System" section, then choose "Legacy" option instead of the "Overlay" option in the "Scrollbars" section.
The second problem was with the "Numix" theme I'm using, the solution was to navigate to "/usr/share/themes/Numix\ Daily/" folder and make a copy of the folder on desktop and do this command:
Go inside the folder and open a folder "gtk-3.0", in that folder there's a file "gtk.gresource" and two other important files "gtk.css" and "gtk-dark.css", first extract the actual CSS code from the .gresource file using this command:
Now open these two files "tempgtk.css" and "tempgtkdark.css" and find this line
There's a value for this class, it has to be 0, if it's not 0 then set it to 0 and save.
Now open up "gtk.css" and comment/replace the content of the file with the content of "tempgtk.css", do the same for "gtk-dark.css".
Now copy those two files from the folder on your desktop, and put them back using this command:
Do a reboot or just change the theme to Ambiance and then change back to Numix and it'll work :)