Extension for hiding the scrollbar in Hyper.
Add hyper-hide-scroll
to plugins
in ~/.hyper.js
:
// Example ~/.hyper.js
module.exports = {
plugins: [
"hyper-hide-scroll",
],
}
With hyper-hide-scroll
:
Without hyper-hide-scroll
(default):