Fixed the background streching strangly

This commit is contained in:
Tracker-Friendly 2024-06-12 18:07:50 +01:00
parent c327380ab9
commit 3ef2494cb0
1 changed files with 2 additions and 1 deletions

View File

@ -623,7 +623,8 @@ iframe#markdown {
z-index: -2;
top: 0;
width: 100%;
min-height: 100%;
height: 100%;
object-fit: cover;
}
.credit {