How can I add a vertical and horizontal scrollbar to my table?

Hello

https://bavariatrachten.com/pages/us-oktoberfests-2021

I have a table in the page, I need to add a vertical and horizontal scroll bar. and table should be fit in the page

Please help me.

Thank you

1 Like

@ECC1

Please add the following code at the bottom of your assets/theme.scss.liquid file.

.sidebar > div {overflow-x:auto;}

Hope this works.

Thanks!

1 Like

use overflow-y for verticle.

@dmwwebartisan

Thanks that is working

The table is too long vertically, how do it make it, in a 800px x 800px. so that i do not need to scroll the whole page.