Improve display of tooltips

This commit is contained in:
RunasSudo 2020-06-20 23:05:55 +10:00
parent 32c1b21cca
commit e2eb7108e0
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ div.admonition.pharm span.alt-drugs {
border-radius: 8px;
padding: 8px;
color: black;
z-index: 99;
width: 60vw;
}
.tooltip:hover .tooltip-content {
display: block;