try again

This commit is contained in:
Satya L. Johnson 2021-09-24 09:09:54 -04:00
parent 81a7cfc4f4
commit a0708dfdb2
1 changed files with 1 additions and 1 deletions

View File

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