mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-15 14:11:46 +00:00
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:
parent
98efd63110
commit
0278f51260
@ -391,4 +391,7 @@ export default {
|
|||||||
.vm-console .v-popper__popper{
|
.vm-console .v-popper__popper{
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
.vm-console .v-popper__inner{
|
||||||
|
overflow-y: visible;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user