Browse Source

fixed the footnote popups

dependabot/npm_and_yarn/acorn-5.7.4
rdrew 6 years ago
parent
commit
a2ba71c74b
  1. 8
      css/style.css
  2. 7
      src/scss/_tooltips.scss

8
css/style.css

File diff suppressed because one or more lines are too long

7
src/scss/_tooltips.scss

@ -24,3 +24,10 @@
.popup:hover .popuptext { .popup:hover .popuptext {
visibility: visible; visibility: visible;
} }
//footnote offset
:target {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}

Loading…
Cancel
Save