Skip to content

Commit

Permalink
Fix z index
Browse files Browse the repository at this point in the history
  • Loading branch information
thezeroalpha committed Dec 29, 2023
1 parent 089201a commit 782bd6a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions css/dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dark.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/light.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/light.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ ul#links {
max-height: 20vh;
width: 200%;
transition: opacity 0.1s;
z-index: 1;

a {
display: block;
Expand Down

0 comments on commit 782bd6a

Please sign in to comment.