Hi everyone,
I have an issue and for the first time I did not see any convenient answer on the forum. I need to do a responsive in height RG with a vertical scrolling. But this does not work.
I introduced some HTML in order to have the RG at the height of the screen. But then the RG is no more scrollable.
I need to do that in order to reproduce a messaging service similar to Messegenr for example, having the list of the discussions scrollable.
Is there any solution adaptable to every search engine ?
I think I’m having similar problems - could you add some screenshots of what you’re trying to do? What can I do so this left column fills to the bottom? If I edit the height of my RG, it doesn’t let me scroll to see the rest of the items
I tried this but nothing happens. I put Discussion and RG as IDs on the elements and just added a HTML on the page with the content you showed here. But the elements doesn’t seem to get the settings from the HTML. (as you can see I’m not a JS expert).
I am not a coder , but maybe numbers in ID attribute are not accepted. Moreover, for the calc function you must write it with spaces as calc:(100vh - 80px) so spaces between vh and - and 80.
Tell me if it is working after that