openproject icon indicating copy to clipboard operation
openproject copied to clipboard

[#52155] Duplicate scrollbars on project list page

Open dominic-braeunlein opened this issue 2 years ago • 0 comments

OP WP: #52155

To stop duplicate scrollbars to appear the project list height needed to be adjusted.

The height calculation got moved out of the table component and into the project list index page. The project list is dynamically growing (flex-grow: 1) now and fills up the available space without being too high.

I am not sure if $toolbar-height--mobile: 100px is still in use. I could not see a difference in toolbar height.

dominic-braeunlein avatar Jan 29 '24 21:01 dominic-braeunlein