Sidebar should not be floating on mobile

When sidebar is set to 100% width on mobile, it should also be switched
back to being non-floating.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2024-10-18 10:32:55 +02:00
parent 5f03347239
commit 6be66ef479
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -615,3 +615,5 @@
.rst-content
.sidebar
width: 100%
float: none
margin-left: 0