ui: Set overflow: auto on the tab nav (#9402)

This ensures scroll bars are mainly hidden, yet visible on small screens
if the tabs are large enough for there to be an overflow
pull/9411/head
John Cowen 4 years ago committed by GitHub
parent d602b303e1
commit 4404b4f44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
%tab-nav {
clear: both;
overflow: scroll;
overflow: auto;
}
%tab-nav ul {
display: inline-flex;

Loading…
Cancel
Save