Description:
The .stats-container element becomes hidden within the viewport range of 991px to 768px width (just before the mobile hamburger menu appears at 767px). This creates a visibility gap where important stats information is inaccessible to users.
Steps to Reproduce:
- Open the application in a browser
- Resize the viewport width between 991px and 768px
- Observe the header/toolbar area
.stats-container is not visible
Observed Behavior:
- Stats container disappears completely in this breakpoint range
Expected Behavior:
.stats-container should remain visible and properly aligned
- Content should adapt responsively without disappearing
- UI consistency should be maintained across all breakpoints
Description:
The
.stats-containerelement becomes hidden within the viewport range of 991px to 768px width (just before the mobile hamburger menu appears at 767px). This creates a visibility gap where important stats information is inaccessible to users.Steps to Reproduce:
.stats-containeris not visibleObserved Behavior:
Expected Behavior:
.stats-containershould remain visible and properly aligned