Closed henrikekblad closed 6 years ago
There seems to be a bug on small screens (mobile) where the ad overlaps posts. I've nailed it down to the fixed height set on the li here: https://github.com/NodeBB-Community/nodebb-plugin-adsense/blob/master/public/main.js#L40
When I removed the height everything seems to work as expected.
I don't know why the fixed height was introduced.. but removing it doesn't seem to mess up anything.
That was quickly resolved! Thanks.
There seems to be a bug on small screens (mobile) where the ad overlaps posts. I've nailed it down to the fixed height set on the li here: https://github.com/NodeBB-Community/nodebb-plugin-adsense/blob/master/public/main.js#L40
When I removed the height everything seems to work as expected.
I don't know why the fixed height was introduced.. but removing it doesn't seem to mess up anything.