#clipsidebar {
    position: fixed;
    right: 0;
    top: 55px;
    height: calc(100vh - 55px);
    padding: 15px;
    width: 220px;
    background: #fff;
    border-left: 1px solid #cccc;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: auto;
}
#clipsidebar .pasteme:hover{
    background: #fcfcfc;
}

#clipsidebar .pasteme{
    cursor: pointer;
}