Skip to content

Commit 202e32a

Browse files
Fix sidebar background-color on mobile
1 parent 2f320a2 commit 202e32a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/html/static/css/rustdoc.css

-1
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,6 @@ in storage.js plus the media query with (min-width: 701px)
18551855
the sidebar stays visible for screen readers, which is useful for navigation. */
18561856
left: -1000px;
18571857
margin-left: 0;
1858-
background-color: rgba(0,0,0,0);
18591858
margin: 0;
18601859
padding: 0;
18611860
z-index: 11;

0 commit comments

Comments
 (0)