Skip to content

Commit af07cfd

Browse files
committed
fix(globalstyles): code formatting
1 parent 1504b50 commit af07cfd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/styles/global.ts

+3-5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const GlobalStyles = createGlobalStyle`
3838
::-webkit-scrollbar {
3939
width: 0;
4040
}
41+
4142
::-webkit-scrollbar-track {
4243
background: transparent;
4344
}
@@ -55,9 +56,8 @@ const GlobalStyles = createGlobalStyle`
5556
`}
5657
5758
.ReactModal__Overlay {
58-
opacity: 0;
59-
transition: opacity 500ms ease-in-out;
60-
}
59+
opacity: 0;
60+
transition: opacity 500ms ease-in-out;
6161
6262
.ReactModal__Overlay--after-open {
6363
opacity: 1;
@@ -76,8 +76,6 @@ const GlobalStyles = createGlobalStyle`
7676
bottom: 0;
7777
background-color: rgba(0,0,0,0.5);
7878
}
79-
80-
8179
`;
8280

8381
export default GlobalStyles;

0 commit comments

Comments
 (0)