Skip to content

Commit

Permalink
fix: Some modrinth versions won't show when overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 23, 2022
1 parent f3a68e7 commit 6532d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmcl-keystone-ui/src/views/ModrinthProjectVersions.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-card class="overflow-hidden">
<v-card class="h-full overflow-hidden flex flex-col">
<div class="flex gap-5 mx-5 mt-3 overflow-hidden">
<v-select
v-model="gameVersion"
Expand Down Expand Up @@ -43,7 +43,7 @@
/>
<div
v-else
class="w-full overflow-hidden"
class="h-full overflow-auto"
style="border-spacing: 0.75em"
>
<div
Expand All @@ -65,7 +65,7 @@
<VirtualList
:data-component="ModrinthProjectVersionsTile"
:data-key="'id'"
class="v-list max-h-[100vh] h-full overflow-auto transition-none"
class="v-list overflow-auto transition-none"
:data-sources="items"
:estimate-size="120"
:extra-props="{ isDownloaded, onInstall, relatedTasks }"
Expand Down

0 comments on commit 6532d8d

Please sign in to comment.