.markdown-preview-view table {
    display: block;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
}

.markdown-preview-view table thead {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #235971;
}

.markdown-preview-view table thead th {
    color: #fff !important;
}

/* Allows nodes in the tree to be hidden
.tree-item-self[data-path^='_html'] {
    display: none;
} */