Profile / Members: Fix z-index for floating Add Member button (#1327)

This commit is contained in:
Alexander Zinchuk 2021-07-26 17:35:41 +03:00
parent 835bc4d869
commit fdf4235383

View File

@ -42,6 +42,10 @@
}
}
}
.FloatingActionButton {
z-index: 1;
}
}
.shared-media {
@ -131,8 +135,4 @@
}
}
}
.FloatingActionButton {
z-index: 1;
}
}