mobile.css 312 B

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