changed height of container for tablet-app
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</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">
|
<TransitionGroup name="list" tag="div" class="relative overflow-x-hidden">
|
||||||
<button v-for="(user, index) in filteredUsers" :key="user.value" type="button"
|
<button v-for="(user, index) in filteredUsers" :key="user.value" type="button"
|
||||||
@click="selectUser(user.value)"
|
@click="selectUser(user.value)"
|
||||||
@@ -120,4 +120,4 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user