Merge pull request #3207 from leamsigc/fix-documentation-scroll
Documentation Scroll on the x-axis
This commit is contained in:
commit
74bd308dc2
|
@ -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