#article_scroll::-webkit-scrollbar
{
    display: none;
}
#article_scroll
{
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 90%;
    overflow: auto;
}
