What changes should I make to the CSS in order to adjust the div class="breadcrumbs"
when the table width exceeds the screen length and the background does not extend all the way to the end? See the screenshot for reference. I want the dark blue bar to stretch to the end of the horizontal scroll, not just the width of the screen.
Current CSS Code:
div.breadcrumbs {
background: var(--breadcrumbs-bg);
padding: 10px 40px;
border: none;
color: var(--breadcrumbs-fg);
text-align: left;
width:100%;
margin:0;
}