Fix scroll x on mobile

This commit is contained in:
Sandor Sergiu 2018-12-23 00:49:14 +02:00
parent b8963a01bf
commit 632585c4aa

View file

@ -457,6 +457,9 @@ aside ul a:hover {
display: -ms-flexbox !important;
display: flex !important;
}
.example {
overflow-x: hidden
}
.example ol {
padding-left: 0px;
}