mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-27 22:38:30 +09:00
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
Block a user