Closed ybnd closed 12 months ago
I want to work on it. please assign it to me
Thanks again @HamzaFarooqArif for volunteering!
I apologize that I'll not be able to continue working on it. I'm unassigning me from this issue
Additional details from duplicate ticket #2429 created by @Sondissimo :
Describe the bug When we select an item, if we open the bitstream to visualize it, we encounter a strange behaviour regarding the top navbar. Version: 7.6
To Reproduce Steps to reproduce the behavior:
Expected behavior The navbar shouldnt be visible when inspecting bitstreams
Related work https://github.com/DSpace/DSpace/issues/9022
Assigning to @Sondissimo who volunteered on behalf of 4Science.
I'm now working on this one in place of @Sondissimo
I opened a PR: #2594
Describe the bug The preview of
ngx-gallery
is rendered behind the DSpace header, which obscures its controls, including the "Close" button. Because of this, the preview can only be closed byTo Reproduce Steps to reproduce the behavior:
Expected behavior The preview should be drawn over top of the header.
Solutions Can be solved here by either
z-index
(note that thez-index
ofngx-gallery
is already higher than the one we set here!)position: static
However, these changes are incompatible with mobile view (see https://github.com/DSpace/dspace-angular/pull/2220)