#554 update customScrollBar theme.css #565
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
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