mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 21:18:54 +03:00
perf: Add scroll support in TorrentRightClickMenu (#589) @Larsluph
This commit is contained in:
parent
e01d9a0b42
commit
cd2f7647e6
1 changed files with 5 additions and 0 deletions
|
@ -449,4 +449,9 @@ export default {
|
|||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.v-menu__content {
|
||||
max-height: 720px;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue