Skip to content

Commit 7befd19

Browse files
committed
style: fix scrollbar visibility
1 parent 15d0ebc commit 7befd19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/frontend/app/assets/css/scrollbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
::-webkit-scrollbar-thumb:hover {
77
border: 2px solid transparent;
8-
background: var(--primary) /.45;
8+
--at-apply: "bg-primary/45"
99
}
1010

1111
::-webkit-scrollbar-thumb {
12-
background: var(--primary) /.34;
12+
--at-apply: "bg-primary/34"
1313
border-radius: 4px;
1414
border: 1px solid transparent;
1515
background-clip: content-box;

0 commit comments

Comments
 (0)