Closed M-Wicenec closed 4 days ago
The changes implement a horizontal scrollbar for the status bar when its content exceeds the available width. This is achieved by adding CSS overflow properties and wrapping the status bar content in a scrollable container.
No diagrams generated as the changes look simple and do not need a visual representation.
Change | Details | Files |
---|---|---|
Added horizontal scrolling functionality to the status bar |
|
static/base.css |
Restructured status bar HTML to support scrolling |
|
templates/base.html |
if the width of the status bar is too small to fit the content, now it will have a horizontal scroll bar. You can test this by changing the size of the left or right windows.
Summary by Sourcery
Bug Fixes: