teppokoivula / VersionControl

Version Control Module For ProcessWire CMS/CMF
GNU General Public License v2.0
26 stars 10 forks source link

Scroll bars on revisions div (dev branch) #30

Closed Toutouwai closed 3 years ago

Toutouwai commented 4 years ago

There are unnecessary scroll bars on the revisions div:

2020-01-29_142329

Possible fix: change...

.field-revisions > div {
    overflow: scroll !important;
}

...to...

.field-revisions > div {
    overflow: auto !important;
}
teppokoivula commented 3 years ago

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 :)