Skip to content

Commit

Permalink
FIX: scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Aug 3, 2019
1 parent 9e25a50 commit c66073e
Show file tree
Hide file tree
Showing 7 changed files with 943 additions and 147 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nglview-js-widgets",
"version": "2.6.7",
"version": "2.6.8",
"description": "nglview-js-widgets",
"author": "Hai Nguyen <hainm.comp@gmail.com>, Alexander Rose <alexander.rose@weirdbyte.de>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion js/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
font-family: Arial, sans-serif;
font-size: 14px;
margin: 0;
overflow: hidden;
/* overflow: hidden; */ /*will cause unscroll in notebook embeding*/
}

hr {
Expand Down
2 changes: 1 addition & 1 deletion nglview/_frontend.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__frontend_version__ = '2.6.7'
__frontend_version__ = '2.6.8'
4 changes: 2 additions & 2 deletions nglview/static/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/static/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nglview/theme/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
font-family: Arial, sans-serif;
font-size: 14px;
margin: 0;
overflow: hidden;
/* overflow: hidden; */ /*will cause unscroll in notebook embeding*/
}

hr {
Expand Down
1,076 changes: 936 additions & 140 deletions notebooks/custom_color.ipynb

Large diffs are not rendered by default.

0 comments on commit c66073e

Please sign in to comment.