File tree Expand file tree Collapse file tree
client/src/components/Dataset Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ watch(
186186 <FontAwesomeIcon :icon =" faBug" class =" mr-1" /> Error
187187 </BNavItem >
188188 </BNav >
189- <div v-if =" tab === 'preview'" class =" h-100" >
189+ <div v-if =" tab === 'preview'" class =" h-100 overflow-auto " >
190190 <VisualizationFrame
191191 v-if =" preferredVisualization"
192192 :dataset-id =" datasetId"
@@ -209,7 +209,7 @@ watch(
209209 class =" p-3" />
210210 <DatasetDisplay v-else :dataset-id =" datasetId" :is-binary =" isBinaryDataset" @load =" iframeLoading = false" />
211211 </div >
212- <div v-else-if =" tab === 'raw'" class =" h-100" >
212+ <div v-else-if =" tab === 'raw'" class =" h-100 overflow-auto " >
213213 <div v-if =" isAutoDownloadType && !isPdfDataset" class =" auto-download-message p-4" >
214214 <div class =" alert alert-info" >
215215 <h4 >Download Required</h4 >
You can’t perform that action at this time.
0 commit comments