Hi, I’d like to add a horizontal scrollbar to iframe that contains a google calendar.
I don’t want that the frame will be responsive, because the calendar is huge and I’d like to allow the users to scroll horizontally.
It should look like this one (the upper one): https://sites.google.com/a/amith.tzafonet.org.il/tsad/home/ywmn-yrwym
I added the embed code of the calendar in a Text element.
and added CSS to the page:
.container {
overflow: scroll;
width: 1200px;
height: 600;
}
But I don’t get to see the horizontal scrollbar.
My page is: https://amithazor.online/לוח-שנה/
I’ll appreciate your help with that. Thanks!