::-webkit-scrollbar-track {
    background: transparent !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ababab5e !important;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888 !important;
}

::-webkit-scrollbar-corner {
    background: transparent !important;
}

.framed-content {
    margin-left: 0 !important;
}

.hide-topbar {
    margin-top: 0 !important;
}
