Fixed minor CSS overflow issue

This commit is contained in:
Brian Vaughn
2019-04-24 09:07:53 -07:00
parent c855a862c3
commit 7bae48f00c
2 changed files with 2 additions and 0 deletions
@@ -10,6 +10,7 @@
padding: 0.5rem;
user-select: none;
border-top: 1px solid var(--color-border);
overflow: auto;
}
.List {
@@ -10,6 +10,7 @@
padding: 0.5rem;
user-select: none;
border-top: 1px solid var(--color-border);
overflow: auto;
}
.Name {