Skip to content

Commit e633f02

Browse files
committed
Improve the selector for sidebar
1 parent d2fa2e0 commit e633f02

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/furo/assets/styles/_scaffold.sass

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,7 @@ article
431431
overflow-x: auto
432432

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

0 commit comments

Comments
 (0)