Explorar o código

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

leamsigc %!s(int64=3) %!d(string=hai) anos
pai
achega
220f2eb451
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;
 }