diff --git a/client/src/components/DataFiles/DataFilesProjectFileListing/DataFilesProjectFileListing.module.scss b/client/src/components/DataFiles/DataFilesProjectFileListing/DataFilesProjectFileListing.module.scss index b44944630..3ec0d54be 100644 --- a/client/src/components/DataFiles/DataFilesProjectFileListing/DataFilesProjectFileListing.module.scss +++ b/client/src/components/DataFiles/DataFilesProjectFileListing/DataFilesProjectFileListing.module.scss @@ -23,6 +23,7 @@ margin-bottom: 1em; /* padding would only be effectual within scrollarea */ color: var(--global-color-primary--x-dark); white-space: pre-wrap; + overflow-y: auto; /* FAQ: `14px` is part of normalization of "table" font sizes */ font-size: 0.875rem; /* 14px (assumed deviation from design) */