Ubuntu – How to disable overlay scrollbar hiding behavior

11.10overlay-scrollbars

If I move mouse cursor on the scrollbar and don't move it then scrollbar just hides after few seconds. How can I disable such behavior?

Best Answer

Here I did this a while back. This it what I used

sudo su
echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars

now logout & login