From 1904dcf9dc50890f8b7259daeadfc8d10aa0aaac Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Mon, 3 Aug 2020 14:43:37 +0200 Subject: [PATCH] Remove right margin hiding part of the content --- .mozilla/firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mozilla/firefox/userChrome.css b/.mozilla/firefox/userChrome.css index e7731d3..9817be7 100644 --- a/.mozilla/firefox/userChrome.css +++ b/.mozilla/firefox/userChrome.css @@ -720,7 +720,7 @@ tree, } :-moz-any(#content, #appcontent) browser { - margin-right: -17px !important; + margin-right: 0px !important; overflow-y: scroll; margin-bottom: 0px !important; overflow-x: scroll;