mdbook/src/theme/stylus
Jimmy Do bd9b0d29ea On iOS, allow scrolling to the top of the page by tapping the top of the screen
* This is a built-in function of iOS Safari that didn't work because the
  page content was inside absolutely-positioned, scrollable divs.

* The fix is to stop using absolute positioning on `.page-wrapper` and
  `.page`, so that the content uses static positioning and flows
  naturally down the page.

* Consequently, `.sidebar` and `.nav-chapter` now have to use `position:
  fixed` in order to be positioned relative to the viewport.

* This fix also enables Safari's built-in behavior of automatically
  hiding the top and bottom toolbars when scrolling down the page.
2017-06-18 09:58:52 -07:00
..
themes Fix for playpen buttons missing on mobile safari and chrome IOS 2017-06-13 16:59:29 +02:00
book.styl Initial implementation of clipboard handling 2017-05-31 19:56:17 +02:00
general.styl On iOS, allow scrolling to the top of the page by tapping the top of the screen 2017-06-18 09:58:52 -07:00
menu.styl Converted all css to stylus 2015-09-18 22:13:55 +02:00
nav-icons.styl On iOS, allow scrolling to the top of the page by tapping the top of the screen 2017-06-18 09:58:52 -07:00
page.styl On iOS, allow scrolling to the top of the page by tapping the top of the screen 2017-06-18 09:58:52 -07:00
print.styl Fix print.styl, changes were previously comitted directly to the css file causing them to be overwritten 2016-09-12 22:10:33 +02:00
sidebar.styl On iOS, allow scrolling to the top of the page by tapping the top of the screen 2017-06-18 09:58:52 -07:00
theme-popup.styl Fix round corners in theme selector, changes were previously comitted directly to the css file causing them to be overwritten 2016-09-12 22:19:36 +02:00
tooltip.styl Fixed tooltip styling 2017-05-31 21:07:47 +02:00
variables.styl On iOS, allow scrolling to the top of the page by tapping the top of the screen 2017-06-18 09:58:52 -07:00