From c1813c4873fb0ccd505b5bf347d2cd130bc0bf5e Mon Sep 17 00:00:00 2001 From: ouidade Date: Fri, 24 May 2024 14:32:00 +0200 Subject: [PATCH] overflow background --- web/themes/custom/colloque2024/css-compiled/index.css | 3 ++- web/themes/custom/colloque2024/css-compiled/pages/layout.css | 3 ++- web/themes/custom/colloque2024/css/pages/layout.scss | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/colloque2024/css-compiled/index.css b/web/themes/custom/colloque2024/css-compiled/index.css index 1af18cd9..2239c47d 100644 --- a/web/themes/custom/colloque2024/css-compiled/index.css +++ b/web/themes/custom/colloque2024/css-compiled/index.css @@ -522,7 +522,8 @@ body #content-ontop { body #background-animated { width: 100VW; z-index: -1; - position: absolute; } + position: absolute; + overflow: hidden; } article.publications, article.interviews { margin-top: 1rem; } diff --git a/web/themes/custom/colloque2024/css-compiled/pages/layout.css b/web/themes/custom/colloque2024/css-compiled/pages/layout.css index 553232cf..248a3f05 100644 --- a/web/themes/custom/colloque2024/css-compiled/pages/layout.css +++ b/web/themes/custom/colloque2024/css-compiled/pages/layout.css @@ -16,7 +16,8 @@ body #content-ontop { body #background-animated { width: 100VW; z-index: -1; - position: absolute; } + position: absolute; + overflow: hidden; } article.publications, article.interviews { margin-top: 1rem; } diff --git a/web/themes/custom/colloque2024/css/pages/layout.scss b/web/themes/custom/colloque2024/css/pages/layout.scss index 5680cf1f..c707b1a2 100644 --- a/web/themes/custom/colloque2024/css/pages/layout.scss +++ b/web/themes/custom/colloque2024/css/pages/layout.scss @@ -21,7 +21,7 @@ body { width: 100VW; z-index: -1; position: absolute; - // left: -400px; + overflow: hidden; } }