/*
Custom CSS for Hylaworks Divi
Author: hylaworks
Version: 1.0
Template: Divi
*/

/* Hide scrollbar in webkit browsers */
html::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar in Firefox */
html {
    scrollbar-width: none !important;
}

/* Hide scrollbar in Edge and Internet Explorer */
html {
    -ms-overflow-style: none !important;
}
