Merge pull request #22417 from Arhell/tooltip

fix tooltip overflows
pull/22516/head
Kubernetes Prow Robot 2020-07-14 09:21:21 -07:00 committed by GitHub
commit fbfd725ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;