Fix scroll horizontal mobile : overflow-hidden sur SquareLines (9 carrés aspect-square dépassaient le viewport)

This commit is contained in:
Jalil Arfaoui 2026-03-12 15:23:25 +01:00
parent cb4ae6af52
commit d97c92a20b
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'Raleway';
src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');

View file

@ -2,7 +2,7 @@
import SquareLine from "./square-line.astro";
---
<div class="absolute w-full h-auto" style="z-index:-1">
<div class="absolute w-full h-auto overflow-hidden" style="z-index:-1">
<div
class="absolute top-0 left-0 w-1/2 h-auto bg-neutral-100 dark:bg-neutral-800"
>