Closed Toutouwai closed 3 years ago
There are unnecessary scroll bars on the revisions div:
Possible fix: change...
.field-revisions > div { overflow: scroll !important; }
...to...
.field-revisions > div { overflow: auto !important; }
I've applied your suggested fix. Don't have a good way to test this right now, but let me know if the issue persists :)
There are unnecessary scroll bars on the revisions div:
Possible fix: change...
...to...