fix: chatbox height

This commit is contained in:
Jean-Baptiste Pasquier
2020-11-30 18:10:09 +01:00
parent fd46a27078
commit 84209c3ff3
2 changed files with 12 additions and 5 deletions

View File

@ -9,5 +9,8 @@
}
.avatar-text {
position: absolute;
top: 2.8rem;
top: 7.5rem;
@include breakpoint(lg) {
top: 2.8rem;
}
}