fix mobile, nobody likes mobile......... hate mobile
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m28s

This commit is contained in:
2026-02-23 15:49:04 +00:00
parent 34fa96ddab
commit dbb4914745

View File

@@ -71,7 +71,10 @@ onUnmounted(() => {
</script>
<template>
<div ref="container" class="w-full h-full relative overflow-hidden">
<div
ref="container"
class="w-full h-full min-h-125 relative overflow-hidden"
>
<div
v-for="(item, i) in items"
:key="i"