removing overflow-y from css to remove scrollbar

This commit is contained in:
Raven Scott 2024-06-09 00:50:03 -04:00
parent 34b771bea9
commit d6f14c3062

View File

@ -61,7 +61,7 @@ main {
#messages-container { #messages-container {
flex: 1; flex: 1;
overflow-y: auto; /* overflow-y: auto; */
width: 100%; width: 100%;
} }