Преглед изворни кода

@media 810 overflow hidden

ouidade пре 5 дана
родитељ
комит
309e9ffd83

+ 10 - 0
web/themes/custom/eql/dist/assets/css/bundle.css

@@ -2183,6 +2183,11 @@ svg.ext {
 .page-node-type-ressource .layout-container {
   overflow: visible;
 }
+@media (max-width: 810px) {
+  .page-node-type-ressource .layout-container {
+    overflow: hidden;
+  }
+}
 .page-node-type-ressource .layout__region--top {
   padding-top: 4rem;
   /* Hide empty blocks */
@@ -5275,6 +5280,11 @@ svg.ext {
 .path-ressources .layout-container {
   overflow: visible;
 }
+@media (max-width: 810px) {
+  .path-ressources .layout-container {
+    overflow: hidden;
+  }
+}
 .path-ressources .layout-content {
   width: 100vw;
 }

+ 3 - 0
web/themes/custom/eql/scss/pages/_ressource.scss

@@ -2,6 +2,9 @@
 .page-node-type-ressource{
     .layout-container{
         overflow: visible;
+        @media (max-width: 810px) {
+            overflow: hidden;
+        }
     }
 
     // #block-contenudelapageprincipale{

+ 3 - 0
web/themes/custom/eql/scss/pages/ressources.scss

@@ -3,6 +3,9 @@
 
     .layout-container {
         overflow: visible;
+        @media (max-width:810px) {
+           overflow: hidden;
+           }
     }
         .layout-content{
         width: 100vw;