blob: 0cfe799b22087889f6c957d7cf4a1175abfebba4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* CSS adjustments (overrides) for mobile browsers that cannot handle
* fix-positioned div's very well.
* This makes long pages scrollable on mobile browsers.
*/
#breadcrumbs {
display: none !important;
}
.document {
bottom: inherit !important;
}
#sphinxsidebar {
bottom: inherit !important;
}
|