UX: Add ability to scroll when height is limited (#18297)

This commit is contained in:
Keegan George 2022-09-20 13:48:00 -07:00 committed by GitHub
parent ce21205d39
commit 8b044cbc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
flex-direction: column;
border-left: 1px solid var(--primary-low);
padding: 0.75em 0 0;
overflow-y: auto;
}
.tabs-list {