Wrap content in .app-container-content
with a .app-container-content-wrap
div. Add footer
element.
Most complex applications aren't made for mobile devices. Or not yet optimized. So is this theme.
Adding a class no-responsive
to the body, disables the responsive breakpoints.
Even better support, but not by default. Changing also the breakpoints by adding this code to the app.scss:
// disable responsivness
$grid-breakpoints: (
xs: 0,
sm: 1px,
md: 2px,
lg: 3px,
xl: 1600px
) !default;