jupyterlab_iframe/style/index.css

10 lines
117 B
CSS
Raw Permalink Normal View History

2018-03-11 23:05:10 -04:00
div.iframe-widget {
height:100%;
2018-03-13 01:00:45 -04:00
width:100%;
2018-03-11 23:05:10 -04:00
}
2018-03-11 22:55:24 -04:00
2018-03-11 23:05:10 -04:00
div.iframe-widget iframe{
height:100%;
width:100%;
2018-03-11 22:55:24 -04:00
}