File tree 1 file changed +0
-15
lines changed
src/librustdoc/html/static/css
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1804,21 +1804,6 @@ in storage.js
1804
1804
display : block;
1805
1805
}
1806
1806
1807
- /* Because of ios, we need to actually have a full height sidebar title so the
1808
- * actual sidebar can show up. But then we need to make it transparent so we don't
1809
- * hide content. The filler just allows to create the background for the sidebar
1810
- * title. But because of the absolute position, I had to lower the z-index.
1811
- */
1812
- # sidebar-filler {
1813
- position : fixed;
1814
- left : 45px ;
1815
- width : calc (100% - 45px );
1816
- top : 0 ;
1817
- height : 45px ;
1818
- z-index : -1 ;
1819
- border-bottom : 1px solid;
1820
- }
1821
-
1822
1807
# main-content > details .rustdoc-toggle > summary ::before ,
1823
1808
# main-content > div > details .rustdoc-toggle > summary ::before {
1824
1809
left : -11px ;
You can’t perform that action at this time.
0 commit comments