From 329889168351b2959b9fb36bfd9b29dae5f29258 Mon Sep 17 00:00:00 2001 From: alena Date: Sat, 16 May 2026 16:05:36 +0300 Subject: [PATCH] fix --- server/frontend/main/index.html | 1 + server/frontend/main/style.css | 21 +++++++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/server/frontend/main/index.html b/server/frontend/main/index.html index c5de1fd..1438fdd 100644 --- a/server/frontend/main/index.html +++ b/server/frontend/main/index.html @@ -13,6 +13,7 @@ +
diff --git a/server/frontend/main/style.css b/server/frontend/main/style.css index 6b17318..d7c15ca 100644 --- a/server/frontend/main/style.css +++ b/server/frontend/main/style.css @@ -30,25 +30,22 @@ body { font-size: 16px; font-weight: 400; letter-spacing: 3px; + background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat; + background-attachment: fixed; } -html, -body { - margin: 0; - padding: 0; - overflow-x: hidden; - min-height: 100%; +.bg { + position: fixed; + inset: 0; - background: - url("images/ChatGPT Image 5 янв. 2026 г., 15_49_39.webp") - center center / cover no-repeat; - - background-attachment: scroll; + background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.webp") center center / cover no-repeat; + background-attachment: fixed; + z-index: -1; } .content { position: relative; - min-height: 100dvh; + min-height: 100vh; } button { background-color: #3a1f09;