Skip to content

Fix double scrollbar by removing fixed height components

Loic Huder requested to merge fix-double-scroll into main

The main scroll bar was removed by removing the fixed height from the sidebar and from the canvas.

Instead, the fixed height is on the parent with flex to make the canvas take the full height.

attn @koumouts

Edited by Loic Huder

Merge request reports