Skip to content

Commit

Permalink
fix(css): add css to scrollbar-corner (Fixes #2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Sep 30, 2024
1 parent b608d14 commit e595c83
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@
border-left: 0;
}
}

&::-webkit-scrollbar-corner {
background-color: transparent;
}
}

&_head {
Expand Down

0 comments on commit e595c83

Please sign in to comment.