You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
173B

  1. /*
  2. just here so that plotly works
  3. correctly with ioslides.
  4. see https://github.com/ropensci/plotly/issues/463
  5. */
  6. slide:not(.current) .plotly.html-widget{
  7. display: none;
  8. }