try moving left?

This commit is contained in:
Satya L. Johnson 2021-09-24 09:08:12 -04:00
parent 074126d0d6
commit 81a7cfc4f4
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ abbr[data-title]:focus::after {
content: attr(data-title);
/* position tooltip like the native one */
position: absolute;
left: 0;
position: relative;
left: 50px;
bottom: -30px;
width: 2000%;
white-space: normal;