Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Arthur
tagDiv Member

Thanks for your hint 😉

I added this CSS code :

@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

Look at the result: https://prnt.sc/kszgmh
Do you know how to make possible to have only the possibility to scroll left to right, without having a border at the bottom (and without needing to scroll up to down)?

Viewing 1 post (of 1 total)