Rescaling stitch preview to avoid scrolling in y
This commit is contained in:
parent
a61ffbf75a
commit
6aa712e515
2 changed files with 9 additions and 2 deletions
|
|
@ -429,6 +429,13 @@ html {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.image-fit{
|
||||
height: 80%;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
overflow-y: clip;
|
||||
}
|
||||
|
||||
.section-content {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue