/* global custom css */
*::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}

*::-webkit-scrollbar-track {
    background-color: #F3F4F6;
}

*::-webkit-scrollbar-thumb {
    background-color: #9CA3AF;
/*     outline: 1px solid slategrey; */
}

ion-icon {
    pointer-events: none;
}

.icon-container{
    display: inline-flex;
}

html{
    overflow-y: scroll;
}