Once again another update, to 72.0, and my Tabs are again not on the bottom. This time they have moved up and now overlap the address bar, hiding the forward/backward buttons!
Here is my current .CSS section about the Tabs. Any help on tweaking this to put the Tabs back on the bottom?
-----
#urlbar-results { display:none!important; }
/* TABS: on bottom */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
#TabsToolbar {-moz-box-ordinal-group:1000!important}
#TabsToolbar {
display: block !important;
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;
}
#tabbrowser-tabs {
width: 100vw !important;
}
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}