Problem:
- When user are reading the documentation, there is a horizontal scrolling. Solution: - Prevent scroll x on mibile view
This commit is contained in:
parent
a2dd97674f
commit
220f2eb451
|
@ -1,5 +1,7 @@
|
||||||
/* Custom CSS */
|
/* Custom CSS */
|
||||||
|
.article{
|
||||||
|
overflow-x:hidden;
|
||||||
|
}
|
||||||
.article a {
|
.article a {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue