diff --git a/src/components/Torrent/TorrentRightClickMenu.vue b/src/components/Torrent/TorrentRightClickMenu.vue index 48f299d1..367cdbd7 100644 --- a/src/components/Torrent/TorrentRightClickMenu.vue +++ b/src/components/Torrent/TorrentRightClickMenu.vue @@ -449,4 +449,9 @@ export default { font-size: 1em; } } + +.v-menu__content { + max-height: 720px; + overflow-y: auto !important; +}