diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-05 20:35:59 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-05 20:35:59 -0700 |
commit | d259979ef89f17957396fc7300e1ecf54214ae84 (patch) | |
tree | f953d25bae598ae079abe1bc0a6375198f3df5f0 /extension/react-app/src/components | |
parent | ec408c7654cb74398a78a7348609635760926114 (diff) | |
download | sncontinue-d259979ef89f17957396fc7300e1ecf54214ae84.tar.gz sncontinue-d259979ef89f17957396fc7300e1ecf54214ae84.tar.bz2 sncontinue-d259979ef89f17957396fc7300e1ecf54214ae84.zip |
stuff
Diffstat (limited to 'extension/react-app/src/components')
-rw-r--r-- | extension/react-app/src/components/ComboBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/ComboBox.tsx b/extension/react-app/src/components/ComboBox.tsx index 61c9ab1e..81b148b9 100644 --- a/extension/react-app/src/components/ComboBox.tsx +++ b/extension/react-app/src/components/ComboBox.tsx @@ -55,7 +55,7 @@ const MainTextInput = styled.textarea` } `; -const UlMaxHeight = 200; +const UlMaxHeight = 400; const Ul = styled.ul<{ hidden: boolean; showAbove: boolean; |