Overflow palette swatches

main
kts of kettek 2024-02-22 00:54:03 -08:00
parent f7bde185a4
commit 910d2df7b5
2 changed files with 4 additions and 4 deletions

View File

@ -301,10 +301,9 @@
grid-template-rows: minmax(0, 1fr);
}
.left {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
display: grid;
grid-template-rows: minmax(0, 1fr) auto;
overflow: hidden;
}
.toolbar {
display: flex;

View File

@ -142,6 +142,7 @@
background-color: var(--cds-background-selected);
text-align: left;
user-select: none;
overflow: auto;
}
.entry {
position: relative;