Skip to content

Commit

Permalink
fix image fade overlay bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 committed Oct 22, 2024
1 parent 91b852e commit 1364b44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arctic_build/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav {
left: 0;
right: 0;
background-color: var(--background);
z-index: 1;
z-index: 2;
}

nav a {
Expand Down Expand Up @@ -111,7 +111,7 @@ a:hover {
right: 0;
height: 50%;
pointer-events: none;
z-index: 100;
z-index: 1;
}

.img-container div::before {
Expand Down
4 changes: 2 additions & 2 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav {
left: 0;
right: 0;
background-color: var(--background);
z-index: 1;
z-index: 2;
}

nav a {
Expand Down Expand Up @@ -111,7 +111,7 @@ a:hover {
right: 0;
height: 50%;
pointer-events: none;
z-index: 100;
z-index: 1;
}

.img-container div::before {
Expand Down
4 changes: 2 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav {
left: 0;
right: 0;
background-color: var(--background);
z-index: 1;
z-index: 2;
}

nav a {
Expand Down Expand Up @@ -111,7 +111,7 @@ a:hover {
right: 0;
height: 50%;
pointer-events: none;
z-index: 100;
z-index: 1;
}

.img-container div::before {
Expand Down

0 comments on commit 1364b44

Please sign in to comment.