We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3966576 commit 309c228Copy full SHA for 309c228
src/panel_material_ui/widgets/TextArea.jsx
@@ -62,6 +62,7 @@ export function render({model, el}) {
62
},
63
"& .MuiInputBase-inputMultiline": {
64
resize: effectiveResize,
65
+ height: (resizeMode === "vertical" || resizeMode === "both") ? "unset" : "100% !important",
66
overflow: "auto"
67
}
68
0 commit comments