mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +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;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
overflow-x: auto;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue