We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504b50 commit af07cfdCopy full SHA for af07cfd
src/styles/global.ts
@@ -38,6 +38,7 @@ const GlobalStyles = createGlobalStyle`
38
::-webkit-scrollbar {
39
width: 0;
40
}
41
+
42
::-webkit-scrollbar-track {
43
background: transparent;
44
@@ -55,9 +56,8 @@ const GlobalStyles = createGlobalStyle`
55
56
`}
57
58
.ReactModal__Overlay {
- opacity: 0;
59
- transition: opacity 500ms ease-in-out;
60
- }
+ opacity: 0;
+ transition: opacity 500ms ease-in-out;
61
62
.ReactModal__Overlay--after-open {
63
opacity: 1;
@@ -76,8 +76,6 @@ const GlobalStyles = createGlobalStyle`
76
bottom: 0;
77
background-color: rgba(0,0,0,0.5);
78
79
-
80
81
`;
82
83
export default GlobalStyles;
0 commit comments