• Robert Knight's avatar
    Make Annotation and Notes tab bar sticky · 20bb1114
    Robert Knight authored
    Make Annotation and Notes tab bar stick to top of the viewport when the
    annotation list is scrolled down.
    
    This relies on support for `position: sticky` which is available in
    recent versions of Firefox and Safari*. On browsers where
    `position: sticky` is not supported, the tab bar will just scroll
    off-screen when scrolling the annotation list down.
    
    Because annotation cards may now be displayed under the tabs, add a
    background color, Z index and negative horizontal margin to the tabs
    component so that any part of an annotation card under the tab bar is
    not visible.
    
    * In Chrome v52 this feature is available but only when the
      'Experimental web platform features' flag is on.
    20bb1114
Name
Last commit
Last update
.github Loading commit data...
h Loading commit data...
images Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
.npmignore Loading commit data...
.npmrc Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT Loading commit data...
Jenkinsfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...