mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-31 23:40:39 +02:00
Adding scrollbar to header when it overflows (#444)
This commit is contained in:
parent
2d7274f6fe
commit
5e39b2e01f
1 changed files with 1 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue