.Debug {
    position: absolute;
    top: 20px;
    left: 80px;
    width: 240px;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    color: white;
    overflow-y: scroll;
}

.Debug::-webkit-scrollbar {
    width: 10px;
    height: auto;
}