fix(client): Fix canvas overflow
This commit is contained in:
parent
e790af566c
commit
8957eec475
|
@ -26,6 +26,8 @@ export default Vue.extend({
|
|||
.ysrxegms {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
overflow: auto;
|
||||
max-width: 100%;
|
||||
|
||||
> canvas {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue