Skip to content

Commit 4a0f442

Browse files
authored
Merge pull request #48 from ModusCreateOrg/ADE-166
[ADE-166] - Remove unnecessary height calculation from ChatPage styles to ensure proper scrolling behavior.
2 parents 0155708 + f7cab9a commit 4a0f442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/Chat/ChatPage.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
flex: 1;
4343
/* Ensure proper scrolling */
4444
overflow-y: auto;
45-
height: calc(100% - 5rem);
4645
}
4746

4847
.chat-page-footer {

0 commit comments

Comments
 (0)