From aee2271c4d019cd5e9acd1b1b92d1a2fc335506f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 28 Sep 2025 04:04:19 -0600 Subject: [PATCH] Fixed Installed Software Page Overflow Issues --- Data/Server/WebUI/src/Devices/Device_Details.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Data/Server/WebUI/src/Devices/Device_Details.jsx b/Data/Server/WebUI/src/Devices/Device_Details.jsx index 3bce9c7..0f5242c 100644 --- a/Data/Server/WebUI/src/Devices/Device_Details.jsx +++ b/Data/Server/WebUI/src/Devices/Device_Details.jsx @@ -509,7 +509,15 @@ export default function DeviceDetails({ device, onBack }) { }} /> - + {/* Constrain the table height within the page and enable scrolling */} +