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 10, 2024
1 parent 00b522c commit 74c58f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
registry=https://registry.npmmirror.com
registry=https://registry.npmjs.org/

lockfile=false
resolution-mode=highest
auto-install-peers=true
strict-peer-dependencies=false
save-workspace-protocol=rolling
save-prefix=*
save-prefix=*
17 changes: 5 additions & 12 deletions docs/siteIndexStyle.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
const style = `
.snow-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.02);
pointer-events: none;
z-index: 100;
}
import { style } from 'ims-template-config';

const defaultStyle = `
${style}
`;

export default style;
export default defaultStyle;

0 comments on commit 74c58f2

Please sign in to comment.