Sidebar should not be floating on mobile (#1622)

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-11-14 00:32:27 +01:00 committed by GitHub
parent 5f03347239
commit 8d4d394dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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