test main chatbox functionality

This commit is contained in:
Sharon Kennedy
2020-03-13 00:05:12 -04:00
parent a97696f687
commit c798700a20
6 changed files with 207 additions and 93 deletions

View File

@@ -430,3 +430,7 @@
height: calc(180px + 60vh);
}
}
.hidden {
display: none;
}