diff --git a/src/containers/SkynetExport/SkynetExport.css b/src/containers/SkynetExport/SkynetExport.css index b1db5c3..67cec0d 100644 --- a/src/containers/SkynetExport/SkynetExport.css +++ b/src/containers/SkynetExport/SkynetExport.css @@ -2,3 +2,20 @@ text-align: center; padding-bottom: var(--default_spacing); } + +.SkynetExportList { + display: inline-block; + width: 100%; + overflow-x: auto; + overflow-y: auto; + height: calc(90vh - 80px); +} + +.SkynetExportTree { + display: inline-flex; + overflow-x: scroll; + overflow-y: scroll; + white-space: nowrap; + height: calc(90vh - 80px); + width: 100%; +} diff --git a/src/containers/SkynetExport/SkynetExport.js b/src/containers/SkynetExport/SkynetExport.js index f86a423..3eaf747 100644 --- a/src/containers/SkynetExport/SkynetExport.js +++ b/src/containers/SkynetExport/SkynetExport.js @@ -155,7 +155,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(class extends IPCCon