Skip to content

Commit

Permalink
Fix hovering methods not working correctly (#7022)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored and sdogruyol committed Nov 7, 2018
1 parent c1bb662 commit fc07dd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/compiler/crystal/tools/doc/html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@ span.flag.purple {
.js-modal-visible .modal-background {
display: flex;
}
.main-content {
position: relative;
}
.modal-background {
position: absolute;
display: none;
Expand Down

0 comments on commit fc07dd5

Please sign in to comment.