diff --git a/starpilot/system/the_pond/assets/components/tools/device_settings.css b/starpilot/system/the_pond/assets/components/tools/device_settings.css index df689f37..ca86d1b3 100644 --- a/starpilot/system/the_pond/assets/components/tools/device_settings.css +++ b/starpilot/system/the_pond/assets/components/tools/device_settings.css @@ -142,7 +142,7 @@ } .ds-section-body { - max-height: 5000px; + max-height: 100000px; overflow: hidden; transition: max-height 0.3s ease-in-out; }