Bladeren bron

Problem:
- When user are reading the documentation, there is a horizontal scrolling.
Solution:
- Prevent scroll x on mibile view

leamsigc 3 jaren geleden
bovenliggende
commit
220f2eb451
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      DOCUMENTATION/static/custom-style.css

+ 3 - 1
DOCUMENTATION/static/custom-style.css

@@ -1,5 +1,7 @@
 /* Custom CSS */
-
+.article{
+    overflow-x:hidden;
+}
 .article a {
     border-bottom: none;
 }