Skip to content

Commit

Permalink
fix: Remove grey bottom bar in chat - EXO-72471
Browse files Browse the repository at this point in the history
  • Loading branch information
rdenarie committed Jun 12, 2024
1 parent ff8a234 commit 098cc12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/src/main/webapp/css/layout.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/* Layout */
.chatPage{
.UIPageBody:has(#chat-application) {
max-height: 100% !important;
.PORTLET-FRAGMENT {
padding-bottom: 0px !important;
}
}
}

#chat-application {
height: 100vh;
display: flex;
Expand Down

0 comments on commit 098cc12

Please sign in to comment.