Skip to content

Commit

Permalink
📝 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 74c58f2 commit 8a96014
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 8a96014

Please sign in to comment.