Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Thunderbird Scrollbar Width Adjustment on Linux

  • 4 odpovědi
  • 0 má tento problém
  • 121 zobrazení
  • Poslední odpověď od wmichaelb

I'm running Thunderbird 128.14 on a Lenovo Z500 IdeaPad laptop with a touch screen, using MX Linux 23.6 with the standard XFCE desktop. Is there a way to increase the scrollbar width for a better fit for my fat fingers? I found a solution for Windows 10, but cannot find one for Linux. Thanks in advance.

I'm running Thunderbird 128.14 on a Lenovo Z500 IdeaPad laptop with a touch screen, using MX Linux 23.6 with the standard XFCE desktop. Is there a way to increase the scrollbar width for a better fit for my fat fingers? I found a solution for Windows 10, but cannot find one for Linux. Thanks in advance.

Zvolené řešení

The preference widget.non-native-theme.scrollbar.style takes the value 0 - 5, and choosing 4 is the widest, at least here in W11.

https://www.reddit.com/r/Thunderbird/comments/1fz9f5j/comment/lr02b8z/

https://support.mozilla.org/gl/questions/1503077#answer-1722732

I don't have Linux to test, so try that and report on the results.

The colours can be set with this code in userChrome.css and userContent.css:

:root {scrollbar-color: orange denim !important;}
Přečíst dotaz v kontextu 👍 0

Všechny odpovědi (4)

sfhowes, thanks for responding! What I found in the above link was:

Open Thunderbird, Go to Settings-General; at the bottom of that section you'll find a button for Config editor; click on that and search for this line: widget.non-native-theme.scrollbar.style; click on the edit button on the far right of that line and change the 0 to something like 28 and hit the enter key on your keyboard. The change should become instantaneous, but you may need to close and re-open Thunderbird. 28 seems to be a fairly decent size, but you can adjust it as necessary to suit your needs.

I tried that, but it had absolutely no effect on my scrollbar width, even with a setting of 50 instead of the 28 referenced. I found another reference to making the scrollbars always visible, which I also found and checked, and then restarted Thunderbird. But the changes did not take effect. Is there another setting that would be effective?

Thanks again.

Zvolené řešení

The preference widget.non-native-theme.scrollbar.style takes the value 0 - 5, and choosing 4 is the widest, at least here in W11.

https://www.reddit.com/r/Thunderbird/comments/1fz9f5j/comment/lr02b8z/

https://support.mozilla.org/gl/questions/1503077#answer-1722732

I don't have Linux to test, so try that and report on the results.

The colours can be set with this code in userChrome.css and userContent.css:

:root {scrollbar-color: orange denim !important;}

sfhowes, that worked, thank you very much! I did try that number at first, but for some reason it did not work then. But this width is a big help.