sol2/sass
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
..
_theme_badge_fa.sass fix fontawesome hovers, fixes #95 2014-02-05 14:31:41 -08:00
_theme_badge.sass Add icon CSS back in for old doc builds 2014-02-03 19:57:52 +07:00
_theme_breadcrumbs.sass Make code block color match Wyrm code block color 2015-07-17 14:16:57 -07:00
_theme_font_awesome_compatibility.sass Fix typo: compatability -> compatibility 2014-08-10 17:08:36 -04:00
_theme_font_local.sass Add local google font 2014-08-25 16:13:38 -04:00
_theme_layout.sass Resolve scrollbar visibility on navbar on long content 2015-09-08 20:35:34 -07:00
_theme_mathjax.sass math centering fixes #123 2014-05-28 08:49:43 -07:00
_theme_rst.sass Separated some sass variables 2015-07-25 19:01:18 +01:00
_theme_variables.sass Separated some sass variables 2015-07-25 19:01:18 +01:00
badge_only.sass don't use box-sixing here. It can hijacks native css. Fixes 2013-11-05 13:20:23 -08:00
theme.sass Fix typo in import 2015-03-09 14:11:41 -07:00