#554 update customScrollBar theme.css #565
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!565
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#554-custom-scrollbars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for custom scrollbars in theme.css in folder (app).
The scrollbar styling is now implemented globally and connected to the application's theme variables. This allows the scrollbar appearance to automatically follow the current theme.
The implementation also makes it easy to customize the scrollbar in the future:
As shown in the screenshot number 2, applying a hex color updates the scrollbar directly. If the scrollbar should follow the theme instead, updating the variable in :root will automatically change its appearance.
Is it possible to implement this into the cards that require a scroll bar as well?
Have tested switching themes and the solution works well. It automatically works on the cards as well.
It compiles and changes colours correctly
This is merged will close the issue