Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.51 KB


derbenx/nextcloud-normalscrollbars logo
nextcloud-normalscrollbars

A Nextcloud app that restores the scrollbars to a normal size.

It is a simple app that only does one thing: it injects the bundled-in CSS code into Nextcloud, and the CSS is what matters.

Contributors

Usage

Just download the git archive and extract into your nextcloud/apps folder. Make sure the folder setup looks like this:
/nextcloud/apps/normalscrollbars/CSS
/nextcloud/apps/normalscrollbars/appinfo
/nextcloud/apps/normalscrollbars/lib

Then make sure it's enabled in nextcloud apps. There's no javascript or PHP, just CSS and you don't need the code folder.

Usage with Custom CSS

Seems to work with Custom CSS, as long as you aren't overriding it in there. You can even copy my CSS from the file and paste it in Custom CSS too.

Packaging using the buildscript

There is a bash script for packaging the application included in the 'code' directory. It makes a tar file using the required file structure, and can optionally sign it.

The script doesn't require root permissions, just a few packages: git, xmlstarlet, tar