An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
The resize handle was broken because the width of the rest of the app was set to a fixed 80% which meant that it wasn't considering the adjustment from the variable --file-details-width which is what determines the right sidebar pane's width. After changing the width calcuation this worked, added some styling changes to make it not have strange horizontal scroll behavior.
The resize handle was broken because the width of the rest of the app was set to a fixed
80%
which meant that it wasn't considering the adjustment from the variable--file-details-width
which is what determines the right sidebar pane's width. After changing the width calcuation this worked, added some styling changes to make it not have strange horizontal scroll behavior.Resolves #141