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; } }