Skip to content

Commit 68b7940

Browse files
committed
removed redundant scrollbar
1 parent 2255bf1 commit 68b7940

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/styles/components/_preferences.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
flex-direction: column;
1818
}
1919
& .react-tabs__tab-panel {
20-
overflow-y: scroll;
20+
overflow-y: hidden;
2121
}
2222
}
2323

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ if (process.env.NODE_ENV === 'production') {
1818
require('./server/server');
1919
require('./server/previewServer');
2020
}
21+

0 commit comments

Comments
 (0)