-
-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Labels
Description
UV version:
universalviewer@4.x
I'm submitting a:
- bug report => please fork one of these codesandbox examples with a repro of your issue and include a link to it below
- feature request => please use the user stories repo
- support request => Please do not submit support requests here, use stackoverflow
Current behavior:
When loading a manifest using OSD extension the height of the tree view component isn't calculated correctly and the bottom disappears behind the footer because it overflows.
Expected behavior:
Component should be contained inside the left panel.
Steps to reproduce:
- Go to https://journals.library.wales/view/1277425/1288658/111
- Scroll down the contents pane and see that the last few items aren't visible
Other information:
Likely fix is to remove the JS-calculated height (set in the component class, passed to parent classes) and set height to 100% in css.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To be assessed