mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -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 {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
overflow: auto;
|
||||
max-width: 100%;
|
||||
|
||||
> canvas {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue