jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
16 lines (13 loc) • 401 B
CSS
/*-----------------------------------------------------------------------------
| Copyright (c) 2014-2016, Jupyter Development Team.
|
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-Completion {
margin: 0;
position: absolute;
z-index: 10001;
}
.jp-Completion.jp-mod-outofview {
display: none;
}