+ 3
How to make content scroll
I've been working on a virtual assistant and when I ask few questions I can't see the replies of it because I cant scroll https://code.sololearn.com/WZGrqQmlgXB6/?ref=app
4 Antworten
0
For me this throws syntax error...
0
G Aniko it shouldn't throw you syntax error, maybe the JQuery library didn't load.
0
It says "uncaught syntaxerror: Unexpected token..." anyway property overflow: scroll is what you need. For this you will need a defined size.
0
I only checked your code on playground. This is first time i used it, does playground work with JQuery library? Thx