Line 16: |
Line 16: |
| border-radius: 6px; | | border-radius: 6px; |
| padding: 5px 0; | | padding: 5px 0; |
| + | position: absolute; |
| + | z-index: 1; |
| + | bottom: 150%; |
| + | left: 50%; |
| + | margin-left: -60px; |
| + | } |
| | | |
− | /* Position the tooltip */ | + | .tooltip .tooltiptext::after { |
| + | content: ""; |
| position: absolute; | | position: absolute; |
− | z-index: 1; | + | top: 100%; |
| + | left: 50%; |
| + | margin-left: -5px; |
| + | border-width: 5px; |
| + | border-style: solid; |
| + | border-color: black transparent transparent transparent; |
| } | | } |
| | | |