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 &&