diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-01 19:03:10 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-01 19:03:10 -0400 |
commit | 4d4d82084bdd45039eb72ef9c6c4582cd770b4d5 (patch) | |
tree | 8d5773013cd6f444b967cb7c5ebcedb024f49ba8 /extension/react-app/src/components/index.ts | |
parent | a874f9497610853c1f7efdb2bb25e91c21abca2c (diff) | |
download | sncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.tar.gz sncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.tar.bz2 sncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.zip |
polishing dlt recipe
Diffstat (limited to 'extension/react-app/src/components/index.ts')
-rw-r--r-- | extension/react-app/src/components/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/react-app/src/components/index.ts b/extension/react-app/src/components/index.ts index e37c97f3..7ba60467 100644 --- a/extension/react-app/src/components/index.ts +++ b/extension/react-app/src/components/index.ts @@ -45,7 +45,7 @@ export const Pre = styled.pre` border-radius: ${defaultBorderRadius}; padding: 8px; max-height: 150px; - overflow: scroll; + overflow-y: scroll; margin: 0; background-color: ${secondaryDark}; border: none; |