[Glitch] Fix floating action button obscuring last element

Port 5a448d0d71 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire
2022-05-06 21:40:49 +02:00
parent 22080786df
commit 703c7ae4b9
2 changed files with 5 additions and 1 deletions

View File

@ -233,6 +233,10 @@
.columns-area__panels__pane--compositional {
display: none;
}
.with-fab .scrollable .item-list:last-child {
padding-bottom: 5.25rem;
}
}
@media screen and (min-width: 600px + (285px * 1) + (10px * 1)) {