[SOLVED] v39 scrollbar
-
v39 creates an issue with my plugin:

The scrollbar on firefox desktop only
- is too wide
- is not needed
That's because of
.plugin-content { color: #6b6b6b; background-color: #f8f8f8; overflow-y: scroll; -webkit-overflow-scrolling: touch; overflow-x: hidden; box-sizing: border-box; position: absolute; right: 0; bottom: 0; top: 0; left: 0 }changing to
overflow-y: auto;fixes the issue.Can this be applied ?
/cc @marekd
-
@vicb thanks! Has been applied!
Windy Community | Powered by excellent
NodeBB