Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Setting the overflow to hidden places scroll bars on .topic .content in IE. I know this was to fix a different issue regarding that annoying text that goes everywhere.
.topic .content
I think I only put a overflow-y: hidden maybe it needs x as well.
overflow-y: hidden
Yeah that removes the scrollbar in IE.
https://github.com/NodeBB/nodebb-theme-persona/commit/ae24927edf1f6d2fa2502ae602fd5f3c898049bf
@NodeHam please try with https://github.com/NodeBB/NodeBB/commit/c354cde347f642dbc5ad5242d8fba3d73b10a9a1
@julian
Can you offer any feedback to the post above from our tech person?
Thanks in Advance, Mark
I believe there was an update the came with 1.10.1 or 1.10.2 that fixed pulling to resolve this very issue.
@julian said:
Guys, this notifications bug should be fixed on latest persona (though I'm not sure if you need latest core for it)
Tested using core master and Persona master and this works now for me 👍 🙂
Sorted,
A fresh clone was needed. The upgrade from 0.1.x to 0.2.2 was the issue.
(sorry, I should have tested this route earlier)