1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

docs: set background-y to a value that chrome supports

This commit is contained in:
Thomas Heartman 2024-01-31 11:31:05 +09:00
parent 78d95271b4
commit 4d67dbffd1
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -417,7 +417,7 @@ html[data-theme='dark'] .links-container {
height: 100%;
background-repeat: no-repeat;
background-position-x: left;
background-position-y: bottom -70%;
background-position-y: 160%;
}
}
}