Skip to content

Commit

Permalink
add gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed Oct 31, 2024
1 parent 034549d commit a450c41
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.file-table-container {
.fileTableContainer {
max-height: 300px;
overflow-y: auto;
border: 1px solid var(--border-color);
margin-bottom: var(--margin);
margin-bottom: 1em;
padding: 1em;
background: linear-gradient(to bottom, transparent, var(--secondary-background-color));
}

.file-table {
Expand Down

0 comments on commit a450c41

Please sign in to comment.