mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-06 01:43:48 +00:00
fix #113
This commit is contained in:
@@ -1124,11 +1124,14 @@ button::-moz-focus-inner {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#about header {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#about .fade-in {
|
||||
transition: opacity 300ms;
|
||||
will-change: opacity;
|
||||
transition-delay: 300ms;
|
||||
z-index: 11;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
|
||||
@@ -1150,11 +1150,14 @@ button::-moz-focus-inner {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#about header {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#about .fade-in {
|
||||
transition: opacity 300ms;
|
||||
will-change: opacity;
|
||||
transition-delay: 300ms;
|
||||
z-index: 11;
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user