1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-21 12:20:10 +01:00

Add z-index value

It needs to be the same (or higher) than the one used in the hint.css, to have the dots in the table slide under the header.
This commit is contained in:
Matthijs Groen 2024-08-30 09:59:05 +02:00
parent f7d9c599cf
commit 70c9a4a8ae
No known key found for this signature in database
GPG Key ID: E2ECA914AB135977

View File

@ -11,7 +11,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
<table border style="font-size: xx-small; position: relative">
{% assign types = "permissions|conditions|limitations" | split: "|" %}
<tr style="position: sticky; top: 0; background: color-mix(in srgb, var(--backgroundColor) 70%, transparent);">
<tr style="position: sticky; top: 0; z-index: 1000001; background: color-mix(in srgb, var(--backgroundColor) 70%, transparent);">
<th scope="col" style="text-align: center">License</th>
{% assign seen_tags = '' %}
{% for type in types %}