Skip to content

Commit

Permalink
fix: height container zoomed full body layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepat0 authored and nzambello committed Nov 19, 2024
1 parent 00ff3c3 commit 3ce5ab9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/layouts/layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@
/* margin-bottom: 10%; */
}

.memori-chat--wrapper {
margin-bottom: 2rem !important;
}
/* .memori-chat--wrapper {
margin-bottom: 1rem !important;
} */

.memori--start-panel .memori-full-body-layout--controls,
.memori-full-body-layout--controls .memori-chat--wrapper {
Expand Down
4 changes: 2 additions & 2 deletions src/components/layouts/zoomed-full-body.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

/* Grid and layout */
.memori--grid-column--zoomed-full-body {
max-height: calc(100% - 20px);
max-height: 100%;
align-self: flex-start;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
}

.memori.memori-widget.memori-layout-zoomed_full_body .memori--grid {
height: calc(100% - 30px);
height: 100%;
}

0 comments on commit 3ce5ab9

Please sign in to comment.