mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-22 15:56:17 -04:00
fix #113
This commit is contained in:
parent
e9f3c39f38
commit
27bf0fa74f
2 changed files with 8 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue