fix: WebVNC console shortcut keys not working correctly (#557)

* style: disable overflow

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>

* style: fix class name

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>

---------

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yiya Chen 2025-10-13 16:03:16 +08:00 committed by GitHub
parent 98efd63110
commit 0278f51260
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -391,4 +391,7 @@ export default {
.vm-console .v-popper__popper{
margin-top: 8px;
}
.vm-console .v-popper__inner{
overflow-y: visible;
}
</style>