mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
fix(front): add overflow-hidden class to default layout for improved content visibility
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user