fix #113
This commit is contained in:
parent
e9f3c39f38
commit
27bf0fa74f
|
@ -1124,11 +1124,14 @@ button::-moz-focus-inner {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about header {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#about .fade-in {
|
#about .fade-in {
|
||||||
transition: opacity 300ms;
|
transition: opacity 300ms;
|
||||||
will-change: opacity;
|
will-change: opacity;
|
||||||
transition-delay: 300ms;
|
transition-delay: 300ms;
|
||||||
z-index: 11;
|
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1150,11 +1150,14 @@ button::-moz-focus-inner {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about header {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
#about .fade-in {
|
#about .fade-in {
|
||||||
transition: opacity 300ms;
|
transition: opacity 300ms;
|
||||||
will-change: opacity;
|
will-change: opacity;
|
||||||
transition-delay: 300ms;
|
transition-delay: 300ms;
|
||||||
z-index: 11;
|
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue