From 090d172a11bd855bf485649afd3979b5339d9579 Mon Sep 17 00:00:00 2001 From: MichiRecRoom <1008889+LikeLakers2@users.noreply.github.com> Date: Sat, 8 Mar 2025 18:43:23 -0500 Subject: [PATCH] Fix the Experimental Destructive Scanner's UI --- tgui/packages/tgui/interfaces/ExperimentConfigure.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tgui/packages/tgui/interfaces/ExperimentConfigure.jsx b/tgui/packages/tgui/interfaces/ExperimentConfigure.jsx index d2ff5abe7d4d..d070884acbad 100644 --- a/tgui/packages/tgui/interfaces/ExperimentConfigure.jsx +++ b/tgui/packages/tgui/interfaces/ExperimentConfigure.jsx @@ -121,6 +121,10 @@ export const ExperimentConfigure = (props) => { } }); + // MONKESTATION NOTE(react): (?) The experiments section was broken on 516 - specifically, + // something prevented the scrollbar in the experiment section from appearing, until the + // `scrollable` and `fill` attributes were added. When porting to react, see if the UI still works + // when removing them. return ( @@ -143,6 +147,8 @@ export const ExperimentConfigure = (props) => {
{(experiments.length &&