fixed html code

This commit is contained in:
Waldek 2021-02-28 16:52:06 +01:00 committed by GitHub
parent c1b747db8a
commit 2cdd4a305f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ a:active {
text-align: left;
border-radius: 6px;
padding: 8px 0;
left: 100%
left: 100%;
opacity: 1;
/* Position the tooltip */
position: absolute;
@ -44,7 +44,7 @@ a:active {
}
.tooltip:hover .tooltiptext {
right: 100%
right: 100%;
opacity: 1;
visibility: visible;
}
@ -90,7 +90,7 @@ a:active {
background-color: #f1f1f1;
min-width: 140px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
z-index: 1000;
}
/* Links inside the dropdown */