Disable fading scrollbars - GTK3 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.linuxliteos.com/forums/forumdisplay.php?fid=21) +--- Thread: Disable fading scrollbars - GTK3 (/showthread.php?tid=5912) |
Disable fading scrollbars - GTK3 - robinc - 01-08-2019 The introduction of fading scrollbars with GTK3 drove me up the wall esp. in synaptic and similar where the horizontal scroll bar could fade in and cover the bottom entry. Simple answer is to add Code: GTK_OVERLAY_SCROLLING=0 to your /etc/environment file - job done. This is on my system running LL3 series. I don't know if it's the same on 4.x with Ubuntu 18.04 |