Skip to content

Commit 27d83e6

Browse files
rootbackportbot[bot]
authored andcommitted
fix(themeing): update scrollbar contrast on background
fix(themeing): update scrollbar contrast on background Signed-off-by: root <root@ip-208-84-103-161.my-advin.com> [skip ci]
1 parent f11e16f commit 27d83e6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

apps/dashboard/src/DashboardApp.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,5 +800,7 @@ html, body {
800800
801801
#content {
802802
overflow: auto;
803+
/* Scrollbar sits on the background image — use plain-text color for contrast */
804+
scrollbar-color: var(--color-background-plain-text) transparent;
803805
}
804806
</style>

dist/dashboard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)