Commit 8b0feb8
committed
rustdoc: remove no-op mobile CSS
This rule became redundant in 07e3f99.
When `#source-sidebar` became nested below `.sidebar`, it went from being
`position: fixed` to `position: static`, and according to MDN's [z-index]
documentation, this means it has no effect.
[z-index]: https://developer.mozilla.org/en-US/docs/Web/CSS/z-index#source-sidebar { z-index: 11 }
1 parent 9a963e3 commit 8b0feb8
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
1928 | | - | |
1929 | 1925 | | |
1930 | 1926 | | |
1931 | 1927 | | |
| |||
0 commit comments