Skip to content

Commit

Permalink
Remove webkit-scrollbar css (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGostKasper committed Oct 26, 2023
1 parent 794ef80 commit ef96644
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions ui/lib/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,30 +181,7 @@ export const GlobalStyle = createGlobalStyle`
.auth-modal-size {
min-height: 475px
}
//scrollbar
::-webkit-scrollbar-track {
margin-top: 5px;
-webkit-box-shadow: transparent;
-moz-box-shadow: transparent;
background-color: transparent;
border-radius: 5px;
}
::-webkit-scrollbar{
width: 5px;
height: 5px;
background-color: transparent;
}
::-webkit-scrollbar-corner{
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: ${(props) => props.theme.colors.neutral20};
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background-color: ${(props) => props.theme.colors.neutral30};
}
//prevents white autofill background in dark mode
input:-webkit-autofill,
input:-webkit-autofill:hover,
Expand Down

0 comments on commit ef96644

Please sign in to comment.