changed height of container for tablet-app
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="user-list-container max-h-[40vh] min-h-[150px] overflow-y-auto relative p-1.5">
|
||||
<div class="user-list-container max-h-[35vh] min-h-[150px] overflow-y-auto relative p-1.5">
|
||||
<TransitionGroup name="list" tag="div" class="relative overflow-x-hidden">
|
||||
<button v-for="(user, index) in filteredUsers" :key="user.value" type="button"
|
||||
@click="selectUser(user.value)"
|
||||
|
||||
Reference in New Issue
Block a user