﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scrollbar-width: none;
    scrollbar-gutter: stable both-edges
}

.main-layout-max-size {
    height: calc(100vh - 48px);
}
