Element details page uses more than viewport
Refs https://redmine.teklia.com/issues/9738
On most pages (example with project information), the HTML viewport size is respected: there are no scrollbars, except if the content clearly overflows one of the size.
But on element details we can view that any element, (even without a lot of children, transcription, or whatever content that could force the overflow) shows a scrollbar.
When we remove the navbar & footer through dev tools, we can view that the remaining application uses exactly the viewport size. I guess a CSS update is required to remove the height of both footer & navbar from the main div size on that view