🚀 Add scrollbar

Added scrollbar to non-primary screens. Not doable for all screens due to problems.

Partly Resolves: #45
This commit is contained in:
Acclorite 2024-08-24 11:53:33 +03:00
parent 2a8bddcfcb
commit a03d144885
16 changed files with 127 additions and 25 deletions

View file

@ -12,6 +12,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}