/* Mostaager design system overrides
   Purpose: neutralize legacy fullscreen/fixed rules and provide a lightweight design-system entry.
*/

/* Reset problematic global rules that prevent dashboard from rendering properly */
html, body {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
}

.mostaager-full-wrapper,
.mostaager-main-viewport {
    position: static !important;
    overflow: visible !important;
    height: auto !important;
}

/* Small helpful defaults for the dashboard */
.ms-dashboard { box-sizing: border-box; }
