diff --git a/src/components/display/DictionaryDetails/DetailsSection/styles.scss b/src/components/display/DictionaryDetails/DetailsSection/styles.scss index da2c107..f1bef9b 100644 --- a/src/components/display/DictionaryDetails/DetailsSection/styles.scss +++ b/src/components/display/DictionaryDetails/DetailsSection/styles.scss @@ -8,4 +8,5 @@ .details-display { max-height: 500px; overflow-y: auto; + overflow-x: hidden; } \ No newline at end of file