normal mode reduce z-index of avatar (collision with buttons)

This commit is contained in:
Mashy 2019-11-05 16:11:10 +10:00
parent e1e7fed838
commit 3dec7111ec
3 changed files with 5 additions and 0 deletions

View File

@ -133,6 +133,7 @@
}
.skills {
z-index: 2;
button {
width: 100%;
height: 2em;
@ -144,6 +145,7 @@
}
.effects {
z-index: 2;
grid-area: effects;
white-space: nowrap;
width: 100%;

View File

@ -195,6 +195,7 @@
grid-area: skills;
padding: 0 0.5em;
margin-bottom: 0.75em;
z-index: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);
@ -212,6 +213,7 @@
grid-area: specs;
padding: 0 0.5em;
margin-bottom: 0.75em;
z-index: 2;
display: grid;
grid-template-columns: repeat(3, 1fr);

View File

@ -309,6 +309,7 @@ li {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: 0;
// pointer-events: none;
}