Add:
* {
outline: 1px solid red;
}
Then when you scroll down you should see one really tall box. Right click on it and select inspect element. That should give you the information you need.
Add:
* {
outline: 1px solid red;
}
Then when you scroll down you should see one really tall box. Right click on it and select inspect element. That should give you the information you need.