changed height of container for tablet-app

This commit is contained in:
Luca Haid
2025-08-05 12:13:45 +00:00
parent ff84d142e9
commit 4b9f1f530a
@@ -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)"
@@ -120,4 +120,4 @@
</script>
</body>
</html>
</html>