forked from FoundKeyGang/FoundKey
fix(client): Fix canvas overflow
This commit is contained in:
parent
e790af566c
commit
8957eec475
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue