summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-05 20:35:59 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-05 20:35:59 -0700
commitd259979ef89f17957396fc7300e1ecf54214ae84 (patch)
treef953d25bae598ae079abe1bc0a6375198f3df5f0 /extension/react-app/src/components
parentec408c7654cb74398a78a7348609635760926114 (diff)
downloadsncontinue-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.tsx2
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;