Thread: FIREFOX 71
View Single Post
  #2  
Old December 7th 19, 02:39 PM posted to alt.comp.os.windows-10
knuttle
external usenet poster
 
Posts: 262
Default FIREFOX 71 Complete Fix to move the tabs so it identifies itswindow

On 12/7/2019 8:48 AM, mick wrote:
On 07/12/2019 12:58:28, knuttle wrote:
On 12/6/2019 11:10 PM, Big Al wrote:
On 12/6/19 9:45 PM, knuttle wrote:
Once again Mozilla has disabled the Tabs on the Bottom.

Has any one found the code to move them down below the address bar
and bookmarks toolbars?

It is quite inconvenient to have the tabs on top when you are
working with multiple tabs with differentÂ* URL

..............................

This is the code I have at the end of the userChrome.css file.

#TabsToolbar {
Â*position: absolute !important;
Â*bottom: 0 !important;
Â*width: 100vw !important;
Â*display: block !important;
}

You also need to check in about:config that
toolkit.legacyUserProfileCustomizations.stylesheet s
is set to true.



Ads