fix tooltip overflows

This commit is contained in:
Arhell 2020-07-08 00:38:22 +03:00
parent 64b240acb8
commit 1822626398
No known key found for this signature in database
GPG Key ID: 392F5B9038B303C5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
/* Position the tooltip text */
position: absolute;
z-index: 1;
z-index: 10;
bottom: 125%;
left: 50%;
margin-left: -150px;