jupyterlab_iframe/style/index.css
2018-03-13 01:00:45 -04:00

9 lines
117 B
CSS

div.iframe-widget {
height:100%;
width:100%;
}
div.iframe-widget iframe{
height:100%;
width:100%;
}