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

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 {