.notification-test {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 2px;
    border-bottom: 2px solid #e0be03;
    background-color: black;
    color: #cedeec;
}
.notification-test .left {
    display: inline-block;
    margin: 0 5px;
}