diff --git a/css/backoffice/layout/_content.scss b/css/backoffice/layout/_content.scss index a1e93a84fa..dd35518d40 100644 --- a/css/backoffice/layout/_content.scss +++ b/css/backoffice/layout/_content.scss @@ -22,6 +22,7 @@ #ibo-main-content{ flex-grow: 1; /* To occupy maximum width, side content will handle its width */ + overflow-x: auto; /* To avoid main content to be too wide when the blocks within it have no width constraints. This way it will occupy only the remaining space left by the side part */ } }