Revert "Message List: Fix for FAB hiding"

This reverts commit 62c37da4ccf8c7cc70db479d626a30a823f5b026.
This commit is contained in:
Alexander Zinchuk 2021-04-18 22:41:08 +03:00
parent b0d8edd9e9
commit 3410425908

View File

@ -23,7 +23,6 @@
}
.messages-container {
position: relative;
width: 100%;
max-width: var(--messages-container-width);
min-height: 100%;
@ -37,18 +36,6 @@
margin-top: 100vh !important;
}
.backwards-trigger {
position: absolute;
left: 0;
top: 0;
}
.forwards-trigger, .fab-trigger {
position: absolute;
left: 0;
bottom: 0;
}
@media (max-width: 600px) {
width: 100vw;
padding: 2.75rem 0.5rem 0.5rem;