Parcourir la source

overflow background

ouidade il y a 10 mois
Parent
commit
c1813c4873

+ 2 - 1
web/themes/custom/colloque2024/css-compiled/index.css

@@ -522,7 +522,8 @@ body #content-ontop {
 body #background-animated {
 body #background-animated {
   width: 100VW;
   width: 100VW;
   z-index: -1;
   z-index: -1;
-  position: absolute; }
+  position: absolute;
+  overflow: hidden; }
 
 
 article.publications, article.interviews {
 article.publications, article.interviews {
   margin-top: 1rem; }
   margin-top: 1rem; }

+ 2 - 1
web/themes/custom/colloque2024/css-compiled/pages/layout.css

@@ -16,7 +16,8 @@ body #content-ontop {
 body #background-animated {
 body #background-animated {
   width: 100VW;
   width: 100VW;
   z-index: -1;
   z-index: -1;
-  position: absolute; }
+  position: absolute;
+  overflow: hidden; }
 
 
 article.publications, article.interviews {
 article.publications, article.interviews {
   margin-top: 1rem; }
   margin-top: 1rem; }

+ 1 - 1
web/themes/custom/colloque2024/css/pages/layout.scss

@@ -21,7 +21,7 @@ body {
   width: 100VW;
   width: 100VW;
   z-index: -1;
   z-index: -1;
   position: absolute;
   position: absolute;
-  // left: -400px;
+  overflow: hidden;
  }
  }
 }
 }