Skip to content
Snippets Groups Projects
Commit 86ae2e68 authored by Vermaat's avatar Vermaat
Browse files

Fix scrolling in nbviewer for slideshows

parent 806220d4
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"metadata": { "metadata": {
"celltoolbar": "Slideshow", "celltoolbar": "Slideshow",
"name": "", "name": "",
"signature": "sha256:6c570ac428c0fbfa0115d6c05d52e3c05410cd3de42ae35e7ee7feb0f435a641" "signature": "sha256:a016c0815699df8dae5155425df47f34e59e2aac64d4fa7f4edaa9c43a33ad3f"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -259,8 +259,8 @@ ...@@ -259,8 +259,8 @@
{ {
"html": [ "html": [
"<style>/* Remove the vertical scrollbar added by nbconvert. */\n", "<style>/* Remove the vertical scrollbar added by nbconvert. */\n",
"html {\n", ".reveal {\n",
" overflow-y: hidden;\n", " overflow: hidden;\n",
"}\n", "}\n",
"\n", "\n",
"/* Workaround some highlight.js bugs in language autodetection. */\n", "/* Workaround some highlight.js bugs in language autodetection. */\n",
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
"output_type": "pyout", "output_type": "pyout",
"prompt_number": 1, "prompt_number": 1,
"text": [ "text": [
"<IPython.core.display.HTML at 0x33caa50>" "<IPython.core.display.HTML at 0x1f71a50>"
] ]
} }
], ],
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"metadata": { "metadata": {
"celltoolbar": "Slideshow", "celltoolbar": "Slideshow",
"name": "", "name": "",
"signature": "sha256:06632e3aab84ba95070db9bd6588d5a6fa8e7440ebe85cac2ce1a3c91911db47" "signature": "sha256:48b5e4d61de5dfa8cebfe8fe0c78f8587586ee15c8ea50fe5c1d67f8ea5caa4a"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -893,8 +893,8 @@ ...@@ -893,8 +893,8 @@
{ {
"html": [ "html": [
"<style>/* Remove the vertical scrollbar added by nbconvert. */\n", "<style>/* Remove the vertical scrollbar added by nbconvert. */\n",
"html {\n", ".reveal {\n",
" overflow-y: hidden;\n", " overflow: hidden;\n",
"}\n", "}\n",
"\n", "\n",
"/* Workaround some highlight.js bugs in language autodetection. */\n", "/* Workaround some highlight.js bugs in language autodetection. */\n",
...@@ -919,13 +919,13 @@ ...@@ -919,13 +919,13 @@
], ],
"metadata": {}, "metadata": {},
"output_type": "pyout", "output_type": "pyout",
"prompt_number": 25, "prompt_number": 1,
"text": [ "text": [
"<IPython.core.display.HTML at 0x7f39d4043c90>" "<IPython.core.display.HTML at 0x3463a50>"
] ]
} }
], ],
"prompt_number": 25 "prompt_number": 1
} }
], ],
"metadata": {} "metadata": {}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"metadata": { "metadata": {
"celltoolbar": "Slideshow", "celltoolbar": "Slideshow",
"name": "", "name": "",
"signature": "sha256:57d29de0d77287096e49247676a76ea06e3730e1e5f819ecfc6b4b3f6d85e4e9" "signature": "sha256:7b4c4307ccc127e749bcc6fae78706177f4e98973022d13424e5a50a8325f24e"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -1842,8 +1842,8 @@ ...@@ -1842,8 +1842,8 @@
{ {
"html": [ "html": [
"<style>/* Remove the vertical scrollbar added by nbconvert. */\n", "<style>/* Remove the vertical scrollbar added by nbconvert. */\n",
"html {\n", ".reveal {\n",
" overflow-y: hidden;\n", " overflow: hidden;\n",
"}\n", "}\n",
"\n", "\n",
"/* Workaround some highlight.js bugs in language autodetection. */\n", "/* Workaround some highlight.js bugs in language autodetection. */\n",
...@@ -1868,13 +1868,13 @@ ...@@ -1868,13 +1868,13 @@
], ],
"metadata": {}, "metadata": {},
"output_type": "pyout", "output_type": "pyout",
"prompt_number": 60, "prompt_number": 1,
"text": [ "text": [
"<IPython.core.display.HTML at 0x24f0cd0>" "<IPython.core.display.HTML at 0x1873a50>"
] ]
} }
], ],
"prompt_number": 60 "prompt_number": 1
} }
], ],
"metadata": {} "metadata": {}
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"metadata": { "metadata": {
"celltoolbar": "Slideshow", "celltoolbar": "Slideshow",
"name": "", "name": "",
"signature": "sha256:74676c0cad25c0954fa4f8352dda1c9010bd747de1752b4ccc667d9132427fdd" "signature": "sha256:255f999074050e52200e04b7179ca89a373daf14311e382c4ab05b4444cf392e"
}, },
"nbformat": 3, "nbformat": 3,
"nbformat_minor": 0, "nbformat_minor": 0,
...@@ -851,8 +851,8 @@ ...@@ -851,8 +851,8 @@
{ {
"html": [ "html": [
"<style>/* Remove the vertical scrollbar added by nbconvert. */\n", "<style>/* Remove the vertical scrollbar added by nbconvert. */\n",
"html {\n", ".reveal {\n",
" overflow-y: hidden;\n", " overflow: hidden;\n",
"}\n", "}\n",
"\n", "\n",
"/* Workaround some highlight.js bugs in language autodetection. */\n", "/* Workaround some highlight.js bugs in language autodetection. */\n",
...@@ -877,13 +877,13 @@ ...@@ -877,13 +877,13 @@
], ],
"metadata": {}, "metadata": {},
"output_type": "pyout", "output_type": "pyout",
"prompt_number": 24, "prompt_number": 1,
"text": [ "text": [
"<IPython.core.display.HTML at 0x1965a50>" "<IPython.core.display.HTML at 0x2e0ea50>"
] ]
} }
], ],
"prompt_number": 24 "prompt_number": 1
} }
], ],
"metadata": {} "metadata": {}
......
/* Remove the vertical scrollbar added by nbconvert. */ /* Remove the vertical scrollbar added by nbconvert. */
html { .reveal {
overflow-y: hidden; overflow: hidden;
} }
/* Workaround some highlight.js bugs in language autodetection. */ /* Workaround some highlight.js bugs in language autodetection. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment