Contact List: Fix Add button overflow (#1976)
This commit is contained in:
parent
7db1730dc8
commit
96df388fa8
@ -88,6 +88,7 @@ const ContactList: FC<OwnProps & StateProps> = ({
|
|||||||
<Loading key="loading" />
|
<Loading key="loading" />
|
||||||
)}
|
)}
|
||||||
<FloatingActionButton
|
<FloatingActionButton
|
||||||
|
key="create-new-contact"
|
||||||
isShown
|
isShown
|
||||||
onClick={openNewContactDialog}
|
onClick={openNewContactDialog}
|
||||||
ariaLabel={lang('CreateNewContact')}
|
ariaLabel={lang('CreateNewContact')}
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
bottom: 1rem;
|
bottom: 1rem;
|
||||||
transform: translateY(calc(5rem - var(--call-header-height, 0rem)));
|
transform: translateY(calc(5rem - var(--call-header-height, 0rem)));
|
||||||
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
|
transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
body.animation-level-0 & {
|
body.animation-level-0 & {
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user