Profile / Members: Fix z-index for floating Add Member button (#1327)
This commit is contained in:
parent
835bc4d869
commit
fdf4235383
@ -42,6 +42,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.FloatingActionButton {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared-media {
|
.shared-media {
|
||||||
@ -131,8 +135,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.FloatingActionButton {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user