.filebrowser_table {
    max-height: 400px;
    overflow-y: auto;
}

.filebrowser_table thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.filebrowser_table tbody {
    overflow-y: scroll;
}

.filebrowser_file_input {
    display: none;
}

.fb-remove-btn {
    display: none !important;
}

.fb-remove-btn.show {
    display: block !important;
}