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:
parent
f7d9c599cf
commit
70c9a4a8ae
@ -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">
|
<table border style="font-size: xx-small; position: relative">
|
||||||
{% assign types = "permissions|conditions|limitations" | split: "|" %}
|
{% 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>
|
<th scope="col" style="text-align: center">License</th>
|
||||||
{% assign seen_tags = '' %}
|
{% assign seen_tags = '' %}
|
||||||
{% for type in types %}
|
{% for type in types %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user