hoverbox.css 363 B

12345678910111213
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2014-2016, Jupyter Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |----------------------------------------------------------------------------*/
  6. .jp-HoverBox {
  7. position: fixed;
  8. }
  9. .jp-HoverBox.jp-mod-outofview {
  10. display: none;
  11. }