![]()
Noch besser bekomme ich es jetzt wirklich nicht mehr hin!
CSS
/*--------------------------------------------*/
/**** Tabbar nach unten verschieben ****/
/*--------------------------------------------*/
#navigator-toolbox {
position: relative !important;
padding-bottom: calc( var(--tab-min-height) + 8px );
}
#TabsToolbar {
position: absolute !important;
display: block !important;
}
/*--------------------------------------------------*/
/**** Trennlinie zwischen Inhalt und Tableiste ****/
/*--------------------------------------------------*/
#TabsToolbar {
bottom: 6px !important; /* Tableiste etwas angehoben */
width: 100vw !important; /* Tableistenbreite festgelegt */
background-image: linear-gradient(to top, var(--ug-color_bottom) 7px, transparent 1px) !important;
margin-bottom: -7px !important; /* Trennlinie nach unten verschoben */
padding-bottom: 7px !important; /* Tabs etwas angehoben */
}
Alles anzeigen