summaryrefslogtreecommitdiff
path: root/doc/api_assets
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-03-26 19:35:37 +0100
committerRoman Reiss <me@silverwind.io>2015-03-28 12:31:23 +0100
commit19641b17be7848a4805f811074ebb025ddf8b68d (patch)
treebe7914f9ca363820d14a2e9447c160084857b00d /doc/api_assets
parent318d9d8fd7d50adc42f2dfacc686cda3c383a5d3 (diff)
downloadandroid-node-v8-19641b17be7848a4805f811074ebb025ddf8b68d.tar.gz
android-node-v8-19641b17be7848a4805f811074ebb025ddf8b68d.tar.bz2
android-node-v8-19641b17be7848a4805f811074ebb025ddf8b68d.zip
doc: decouple sidebar scrolling
This lets the doc sidebar have its own scrolling container, making the page easier to navigate in cases where previously the menu was scrolled far off. PR-URL: https://github.com/iojs/io.js/pull/1274 Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com> Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
Diffstat (limited to 'doc/api_assets')
-rw-r--r--doc/api_assets/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index e816ce5fbb..709a835f81 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -351,7 +351,20 @@ span.type {
#column2.interior {
width: 234px;
- float: left;
+ position: fixed;
+ height: 100%;
+ overflow-y: scroll;
+}
+
+#column2.interior:after {
+ content: '';
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 234px;
+ height: 5em;
+ background: linear-gradient(rgba(242,245,240, 0), rgba(242,245,240, 1));
+ pointer-events: none;
}
#column2 ul {
@@ -360,7 +373,7 @@ span.type {
margin-top: 1.25em;
background: #f2f5f0;
margin-bottom: 0;
- padding-bottom: 2.5em;
+ padding-bottom: 4em;
}
#column2 ul li {