sol2/sphinx_rtd_theme
Anthony Johnson 60eb0af7fb Resolve scrollbar visibility on navbar on long content
This resolves #200, where a scrollbar was sometimes visible on the navbar. This
unfortunately wasn't addressable with just CSS, as outlined in #206. Because we
need the element to be scrollable, we can't set `overflow: hidden` on the nav
element.

This fixes this issue by:

 * Adding a `wy-side-scroll` element over the fixed position nav element and
   under the menu item elements
 * `wy-side-scroll` is set to 320px width, while the fixed position nav elements
   and menu item elements are 300px, clipping the scrollbar with `overflow-x:
   hidden` on the fixed position element
 * Javascript is set to scroll the new scroll element instead of the parent
   fixed position element

This was tested to be working in both cases on a variety of platforms: Linux FF,
Chrome, Windows IE, OSX Chrome and Safari, iPhone 5.1, and Android 4.2.
2015-09-08 20:35:34 -07:00
..
static Resolve scrollbar visibility on navbar on long content 2015-09-08 20:35:34 -07:00
__init__.py Add l3 support to theme CSS. 2015-04-08 16:36:11 -07:00
breadcrumbs.html This fixes the "Edit on GH" links on recommonmark Sphinx docs 2015-08-12 17:53:10 -07:00
footer.html Clean up display of revision and build 2015-07-20 11:18:49 -07:00
layout_old.html keep sphinx_rtd_theme package here for pypi 2013-11-04 08:47:26 +08:00
layout.html Resolve scrollbar visibility on navbar on long content 2015-09-08 20:35:34 -07:00
search.html Renaming block inlinejs to footer 2014-02-28 15:00:09 -05:00
searchbox.html Hid the superfluous and broken search box in single-page HTML builds. 2014-10-17 04:17:01 +02:00
theme.conf Add configurable version display to nav header 2015-07-17 16:41:52 -07:00
versions.html might help if i added the fonts 2014-01-31 09:08:32 -08:00