body, html {
    overflow: inherit;
}
 
html {
    width: 100%;
    /*overflow-y: scroll;*/
    position: relative;
}
.tl-fancybox-active {
    overflow: hidden !important;
}