diff --git a/code/frontend/src/components/BoxFullScrollable.js b/code/frontend/src/components/BoxFullScrollable.js new file mode 100644 index 0000000..6fad196 --- /dev/null +++ b/code/frontend/src/components/BoxFullScrollable.js @@ -0,0 +1,29 @@ +import React from "react" +import Style from "./BoxFullScrollable.module.css" +import classNames from "classnames" +import BoxFull from "./BoxFull" + + +/** + * A {@link BoxFull} whose body does not grow automatically but instead supports scrolling. + * + * @todo Is there a way to allow the box body to grow automatically...? + * + * @param children - The contents of the box body. + * @param childrenClassName - Additional class(es) added to the inner `