From 0fd7465ad7655e17a9954a253e191f416ecbbf63 Mon Sep 17 00:00:00 2001 From: sdementen Date: Mon, 5 Nov 2018 13:50:40 +0100 Subject: [PATCH] need to specify height 100% to see all rows --- dash-textarea-height.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash-textarea-height.py b/dash-textarea-height.py index 5c82f19..4e79ae8 100644 --- a/dash-textarea-height.py +++ b/dash-textarea-height.py @@ -11,7 +11,7 @@ id='input_query', placeholder='Enter/Review Query...', rows=50, - style={'width': '100%'} + style={'width': '100%', 'height':'100%'} ), ]), ])