/*ADD css for core*/
.test {
    background-color: red !important;
}
.body-lock {
    overflow: hidden !important;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    touch-action: none;
}