Skip to content

Commit

Permalink
fix(css): allow fullscreen output cell
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Sep 9, 2024
1 parent 841f35f commit c6aa040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trame-jupyter-extension",
"version": "2.1.2",
"version": "2.1.3",
"description": "A JupyterLab extension for trame communication layer",
"keywords": [
"jupyter",
Expand Down
4 changes: 4 additions & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
*/

.jp-OutputArea-child {
height: 100%;
}

.trame-iframe {
border: none;
width: 100%;
Expand Down

0 comments on commit c6aa040

Please sign in to comment.