This commit is contained in:
schlagmichdoch 2023-05-26 20:05:50 +02:00
parent e9f3c39f38
commit 27bf0fa74f
2 changed files with 8 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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;
} }