Merge pull request #193 from orangemug/fix/tooltip-pointer-events

Disable pointer-events on doc tooltips
This commit is contained in:
Orange Mug 2017-11-16 16:20:52 +00:00 committed by GitHub
commit e9c65e1ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
left: 0;
width: 120px;
z-index: 10;
pointer-events: none;
}
}