Message List: Fix for FAB hiding

This commit is contained in:
Alexander Zinchuk 2021-04-14 03:17:55 +03:00
parent 8e94228f9f
commit b29d4958ee

View File

@ -30,6 +30,7 @@
}
.messages-container {
position: relative;
width: 100%;
max-width: var(--messages-container-width);
min-height: 100%;
@ -43,6 +44,18 @@
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;