vitovt_obsidian-csv-modern-.../styles.css

23 lines
360 B
CSS

.csv-codeblock {
max-width: 100%;
}
.csv-codeblock__scroll {
max-width: 100%;
overflow-x: auto;
overflow-y: auto;
max-height: 24rem;
}
.csv-codeblock__table {
min-width: 100%;
width: max-content;
}
.csv-codeblock__header-row th {
position: sticky;
top: 0;
z-index: 1;
background-color: var(--background-primary);
font-weight: 600;
}