Skip to content

Commit

Permalink
πŸ› fix: docs footer z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
eternallycyf committed May 11, 2024
1 parent 6561d5e commit e65529d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/siteIndexStyle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { style } from 'ims-template-config';

const defaultStyle = `
${style}
footer{
position: relative;
z-index: 99;
}
`;

export default defaultStyle;

0 comments on commit e65529d

Please sign in to comment.