Show scrollbar when horizontal tab list exceeds available width. (#2844)

This commit is contained in:
Mike Ellan 2020-11-17 17:22:26 -05:00 committed by GitHub
parent 0b58a748af
commit ec8f72c09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,6 @@
height: 100%;
box-sizing: border-box;
background-color: var(--color-bg);
overflow: auto;
&::-webkit-scrollbar {
height: var(--padding-sm);