mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 08:19:07 +02:00
fix: horizontal overflow in collapsible sidebar (#1205)
When the sidebar is collapsible, a horizontal scrollbar can be seen, e.g.: https://docusaurus.io/docs/en/installation - https://i.imgur.com/IkrkLrp.png This is caused by the arrow being rendered outside of the sidebar box.
This commit is contained in:
parent
cbcbf5a8c2
commit
1888e0fb92
1 changed files with 1 additions and 1 deletions
|
@ -1610,7 +1610,7 @@ input::placeholder {
|
|||
|
||||
.collapsible .arrow {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-right: 8px;
|
||||
transform: rotate(90deg);
|
||||
transition: transform 200ms linear;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue