Content
View differences
Updated by Henriette Darge over 7 years ago
### Problem
* There is a gap before the layout is changing to mobile, changing, which causes an unresponsive behavior.
* For example: Parts behaviour, e.g. parts of the right side of the top bar are disappearing, and therefore a horizontal scroll bar at on the bottom of the page appears. This (and this again causes the scroll bar on the right side.
* This is relevant for example for tablets or turned mobile phones. side).

### Expected solution
In the best case:
* The elements (toolbar, content elements) handle the shrink behavior themselves without a breakpoint.
* (Take care that this also works with with a resizing menu)
* If the elements cannot shrink any more they should get a scroll bar which lets them scroll and not the whole page.
In the worst case:
* We need to add a tablet screen sized breakpoint and handle the styling there separately like we do it for mobile.
* There is a gap before the layout is changing to mobile,
* For example: Parts
* This is relevant for example for tablets or turned mobile phones.

### Expected solution
In the best case:
* The elements (toolbar, content elements) handle the shrink behavior themselves without a breakpoint.
* (Take care that this also works with with a resizing menu)
* If the elements cannot shrink any more they should get a scroll bar which lets them scroll and not the whole page.
In the worst case:
* We need to add a tablet screen sized breakpoint and handle the styling there separately like we do it for mobile.