Skip to content

Commit

Permalink
fix CSS of tooltips #207
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Apr 17, 2024
1 parent 62f1fb8 commit f308e1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/css/infoview.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,8 @@
padding-left: .5em;
padding-right: .5em;
}

/* Apparently this prevents the layout from jumping around when hovering over expressions. */
.tooltip-arrow {
display: none;
}

0 comments on commit f308e1a

Please sign in to comment.