mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[ts][player] Fixed canvas style to use display: block, because CSS was made by sadists.
This commit is contained in:
parent
0053a14965
commit
30bd8ac751
@ -190,6 +190,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 4px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/** Player controls **/
|
||||
|
||||
@ -26,7 +26,6 @@ body {
|
||||
controlBones: ["root"],
|
||||
backgroundColor: "#cccccc",
|
||||
fullScreenBackgroundColor: "#cc0000",
|
||||
showControls: false,
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user