break side scrolling tables out of the grid/parent containers 🤘

This commit is contained in:
Coby Chapple 2013-05-02 13:51:26 +01:00
parent f924a04733
commit fb642bb97f
1 changed files with 2 additions and 0 deletions

View File

@ -820,5 +820,7 @@ code.option, code.flag, code.filter, code.output {
@media (max-width: 768px){ @media (max-width: 768px){
.mobile-side-scroller { .mobile-side-scroller {
overflow-x: scroll; overflow-x: scroll;
margin: 0 -40px;
padding-left: 10px;
} }
} }