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 2255bf1 commit 68b7940Copy full SHA for 68b7940
client/styles/components/_preferences.scss
@@ -17,7 +17,7 @@
17
flex-direction: column;
18
}
19
& .react-tabs__tab-panel {
20
- overflow-y: scroll;
+ overflow-y: hidden;
21
22
23
index.js
@@ -18,3 +18,4 @@ if (process.env.NODE_ENV === 'production') {
require('./server/server');
require('./server/previewServer');
+
0 commit comments