Would you prefer to see the tabs open in Firefox below the address bar? It's easy to do with this trick..
In the past, the tabs in Mozilla Firefox were always displayed below the address bar and toolbar. However, that changed with an update a few years ago. When opening a new tab, it is always displayed at the top of the browser. If you liked the old view better, that's no problem: with a few clicks you can pin the tabs at the bottom.
Follow our step-by-step instructions or take a look at the brief instructions .
#TabsToolbar { position: absolute; display: block; bottom: 0; width: 100vw; background-clip: padding-box; color: var(--toolbar-color); } #tabbrowser-tabs { width: 100vw; } #navigator-toolbox { position: relative; padding-bottom: calc( var(--tab-min-height) + 8px ); } #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #titlebar { height: 36px; } .titlebar-buttonbox-container { position: fixed; right: 0; visibility: visible; display: block; } #TabsToolbar .titlebar-buttonbox-container, #TabsToolbar #window-controls { display: none; }
#TabsToolbar {
position: absolute;
display: block;
bottom: 0;
width: 100vw;
background-clip: padding-box;
color: var(--toolbar-color);
}
#tabbrowser-tabs {
#navigator-toolbox {
position: relative;
padding-bottom: calc( var(--tab-min-height) + 8px );
#main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) #titlebar {
height: 36px;
.titlebar-buttonbox-container {
position: fixed;
right: 0;
visibility: visible;
#TabsToolbar .titlebar-buttonbox-container,
#TabsToolbar #window-controls {
display: none;
Most popular questions within the last 30 days