perf: Add scroll support in TorrentRightClickMenu (#589) @Larsluph

This commit is contained in:
Rémi Marseault 2023-01-05 08:49:34 +01:00 committed by GitHub
parent e01d9a0b42
commit cd2f7647e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -449,4 +449,9 @@ export default {
font-size: 1em;
}
}
.v-menu__content {
max-height: 720px;
overflow-y: auto !important;
}
</style>