mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 14:14:17 +00: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
|
|
@ -1610,7 +1610,7 @@ input::placeholder {
|
|||
|
||||
.collapsible .arrow {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
margin-right: 8px;
|
||||
transform: rotate(90deg);
|
||||
transition: transform 200ms linear;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue