Fix for scroll

This commit is contained in:
Dennis Postma 2025-02-06 14:36:28 +01:00
parent 8add054f63
commit 909dbf4280

View File

@ -4,10 +4,10 @@
<div class="relative z-10 p-2.5 border-solid border-0 border-b border-gray-500"> <div class="relative z-10 p-2.5 border-solid border-0 border-b border-gray-500">
<h3 class="text-lg text-white">Tiles</h3> <h3 class="text-lg text-white">Tiles</h3>
</div> </div>
<div class="overflow-hidden grow relative"> <div class="overflow-y-auto grow relative">
<div class="absolute w-full h-full top-0 left-0"> <div class="h-full w-full">
<div class="relative z-10 h-full"> <div class="relative z-10 h-full">
<div class="grid auto-rows-max gap-2 justify-items-center m-4" style="grid-template-columns: repeat(auto-fill, minmax(80px, 1fr))"> <div class="grid auto-rows-max gap-2 justify-items-center p-4" style="grid-template-columns: repeat(auto-fill, minmax(80px, 1fr))">
<template v-if="!selectedGroup"> <template v-if="!selectedGroup">
<div v-for="group in groupedTiles" :key="group.parent.id" class="flex flex-col items-center justify-center relative"> <div v-for="group in groupedTiles" :key="group.parent.id" class="flex flex-col items-center justify-center relative">
<img <img