Skip to content

Commit

Permalink
fix: improve styles
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Jul 4, 2024
1 parent f20aed3 commit de94cb5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.files-scrollable-container {
min-height: 400px;
max-height: 650px;
overflow-x: hidden;
overflow-y: auto;

&--empty {
Expand All @@ -11,7 +12,11 @@
position: sticky;
top: 0;
z-index: 2;
padding: 0.25rem 0.25rem 1rem;
padding: 0.25rem 0.5rem 1rem 0.25rem;
background: var(--bs-white);
}

table {
margin-bottom: 0;
}
}

0 comments on commit de94cb5

Please sign in to comment.