12345678910111213 |
- /*-----------------------------------------------------------------------------
- | Copyright (c) 2014-2016, Jupyter Development Team.
- |
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-HoverBox {
- position: fixed;
- }
- .jp-HoverBox.jp-mod-outofview {
- display: none;
- }
|