﻿@layer utilities {

    .phone-code-scroll::-webkit-scrollbar {
        display: none;
    }

    .phone-code-scroll {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
