docs: fix BackTop examples hidden

close #22392
This commit is contained in:
afc163 2020-03-21 22:46:42 +08:00
parent 4fcc6f66a7
commit 66e53fb91d
2 changed files with 1 additions and 5 deletions

View File

@ -134,10 +134,6 @@ module.exports = {
if (isDev) {
// eslint-disable-next-line
config.devtool = 'source-map';
// Resolve use react hook fail when yarn link or npm link
// https://github.com/webpack/webpack/issues/8607#issuecomment-453068938
config.resolve.alias = { ...config.resolve.alias, react: require.resolve('react') };
}
alertBabelConfig(config.module.rules);

View File

@ -2,7 +2,7 @@
@import './colors';
.rc-footer {
z-index: 11;
z-index: 9;
&-container {
max-width: unset;