Fixed the background streching strangly
This commit is contained in:
parent
c327380ab9
commit
3ef2494cb0
|
@ -623,7 +623,8 @@ iframe#markdown {
|
||||||
z-index: -2;
|
z-index: -2;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
height: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.credit {
|
.credit {
|
||||||
|
|
Reference in New Issue