Adding scrollbar to header when it overflows (#444)

This commit is contained in:
Maaz Syed Adeeb 2018-02-12 06:09:10 +05:30 committed by Joel Marcey
parent 2d7274f6fe
commit 5e39b2e01f

View file

@ -978,6 +978,7 @@ pre code {
box-sizing: border-box;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
list-style: none;
margin-top: 50px;
width: 100%;