mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 21:37:34 -07:00
fix(client): Fix canvas overflow
This commit is contained in:
parent
a037714b6b
commit
c1497a25e4
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ export default Vue.extend({
|
||||||
.ysrxegms {
|
.ysrxegms {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
overflow: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
> canvas {
|
> canvas {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue