mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 17:49:58 -06:00
- Added a resize event listener to the fillAvailableHeight function in BodyInlineJS.php to ensure dynamic height adjustments on window resize. - Implemented a debounced handler to optimize performance and prevent excessive function calls during rapid resize events. - This enhancement improves the responsiveness of the layout by maintaining appropriate element heights as the window size changes.