Disable the superimposed scroll bar in Ubuntu

How to fix what for me is a problem in the GNOME GUI

Disabling overlapping scroll bars means that the bar is displayed only when the content exceeds the graphic capacity of the window. To disable it you need to open the dconf editor, if we do not have it type the following command in the terminal to install it

apt-get install dconf-editor -y

then to disable it use the following command

gsettings set org.gnome.desktop.interface overlay-scrolling false

and to re-enable it the following command

gsettings set org.gnome.desktop.interface overlay-scrolling true

We periodically check the functioning of the links in our articles. If you notice any links that do not work, please let us know in the comments. If you enjoyed the article consider supporting the blog with a small donation. Thank you. Patreon / Ko-fi / Liberapay / Paypal

Leave a Reply

Your email address will not be published. Required fields are marked *