Skip to content

Commit

Permalink
Improve the selector for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Aug 6, 2024
1 parent d2fa2e0 commit e633f02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/furo/assets/styles/_scaffold.sass
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,7 @@ article
overflow-x: auto

@media (max-width: $content-width)
.content
// Don't float sidebars to the right.
article aside.sidebar
article[role=main] aside.sidebar
float: none
width: 100%
margin: 1rem 0

0 comments on commit e633f02

Please sign in to comment.