Skip to content

Commit

Permalink
🤭 Fix Layout Issue (#1154)
Browse files Browse the repository at this point in the history
Fix Layout Issue
  • Loading branch information
hv2308 authored Jan 4, 2025
1 parent 4f2f2f2 commit c9b0188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/css/Messages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
margin-left: auto;
margin-right: auto;
max-height: 100%;
overflow: hidden;
// height: calc(100% - 50px);
}

Expand Down Expand Up @@ -124,6 +125,7 @@
flex: 1;
padding: 12px;
max-height: calc(100vh - #{($nav-header-height + $footer-gap)} - 90px);
min-height: calc(100vh - #{($nav-header-height + $footer-gap)} - 90px);
}
.group-conversation-content {
max-height: calc(100vh - #{($nav-header-height + $footer-gap)});
Expand Down

0 comments on commit c9b0188

Please sign in to comment.