WebUI: Make footer scrollable on mobile

The window footer can now be scrolled.

Closes #21541.
PR #22918.
This commit is contained in:
Thomas Piccirello 2025-06-29 13:51:06 -04:00 committed by GitHub
parent 99d25eec71
commit ef4957a9f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,9 +276,9 @@
<li><a href="#ToggleSelection"><img src="images/edit-rename.svg" alt="QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]"> QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]</a></li> <li><a href="#ToggleSelection"><img src="images/edit-rename.svg" alt="QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]"> QBT_TR(Toggle Selection)QBT_TR[CONTEXT=PropertiesWidget]</a></li>
</ul> </ul>
<div id="desktopFooterWrapper"> <div id="desktopFooterWrapper">
<div id="desktopFooter"> <div id="desktopFooter" style="overflow-x: auto;">
<span id="error_div"></span> <span id="error_div"></span>
<table style="position: absolute; right: 5px;"> <table style="margin-right: 5px; width: max-content;">
<tbody> <tbody>
<tr> <tr>
<td id="freeSpaceOnDisk"></td> <td id="freeSpaceOnDisk"></td>