Skip to content

Commit

Permalink
Move tooltip to avoid scrollbars + increase font
Browse files Browse the repository at this point in the history
Addresses: #472 (comment)
  • Loading branch information
nils-work committed Jan 15, 2025
1 parent 02968f5 commit 73c6490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slate/source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,10 @@ html, body {
visibility: hidden;
position: absolute;
bottom: 0;
left: 20%;
left: -120px;
opacity: 0;
content: attr(data-text); /* might also use attr(title) */
font-size: 0.7em;
font-size: 0.8em;
font-weight: normal;
font-style: normal;
height: auto;
Expand Down

0 comments on commit 73c6490

Please sign in to comment.