mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-28 10:05:59 -05:00
add max-width and max-height properties for watermark image
This commit is contained in:
parent
a5c182d05c
commit
681adbe0cf
1 changed files with 5 additions and 0 deletions
|
@ -453,6 +453,11 @@ z-index: 5;
|
||||||
height: ${css_vh(18.88)};
|
height: ${css_vh(18.88)};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.watermark img{
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.watermark > canvas{
|
.watermark > canvas{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue