How can i add a scroll bar to my work area

Hi,

I have added two labels at the top and at the bottom, the problem is my work area will not provide a scroll bar so screens that can not fit on it. When im creating a new user the entire user screen is not show only the top part but i can not see the roles. please help

here is a pic bellow

main

Hi,

As a workaround you can add the following style in the theme extension:

.c-app-window-wrap {
  min-height: 640px;
}

Regards,
Gleb

Hi,

Thank you

regards