From 47c118cfe6efb2955147945b66b977a010d40b04 Mon Sep 17 00:00:00 2001 From: Sahib Bhai Date: Tue, 19 Nov 2024 12:50:05 -0800 Subject: [PATCH] Add maxHeight to subtype multiselect --- pages/components.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/components.py b/pages/components.py index 2329663a..0a684d8a 100644 --- a/pages/components.py +++ b/pages/components.py @@ -245,6 +245,7 @@ def create_subtype_checklist(self): style={ "overflow-y": "scroll", "overflow-x": 'hidden', + "maxHeight": '120px', #"height": '120px' }) ])