- When user are reading the documentation, there is a horizontal scrolling.
Solution:
 - Prevent scroll x on mibile view
This commit is contained in:
leamsigc 2022-05-03 21:24:58 +02:00
parent a2dd97674f
commit 220f2eb451
1 changed files with 3 additions and 1 deletions

View File

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