Browse Source

docs: fix BackTop examples hidden

close #22392
pull/22475/head
afc163 5 years ago
parent
commit
66e53fb91d
  1. 4
      site/bisheng.config.js
  2. 2
      site/theme/static/footer.less

4
site/bisheng.config.js

@ -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);

2
site/theme/static/footer.less

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

Loading…
Cancel
Save