fix(front): add overflow-hidden class to default layout for improved content visibility

This commit is contained in:
keven1024
2025-04-13 22:06:17 +08:00
parent e302335f83
commit d71db67873

View File

@@ -1,5 +1,5 @@
<template>
<div class="h-screen w-screen">
<div class="h-screen w-screen overflow-hidden">
<img class="w-full h-full object-cover absolute inset-0 -z-[1]" src="https://fuwari.vercel.app/_astro/demo-banner.DFyx781H_Z1gN7UP.webp" />
<div class=" h-full w-full flex flex-col items-center p-10">
<Navbar />