diff --git a/src/components/layouts/layouts.css b/src/components/layouts/layouts.css index e4422007..fa82b580 100644 --- a/src/components/layouts/layouts.css +++ b/src/components/layouts/layouts.css @@ -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 { diff --git a/src/components/layouts/zoomed-full-body.css b/src/components/layouts/zoomed-full-body.css index 8b81e452..3baec5b4 100644 --- a/src/components/layouts/zoomed-full-body.css +++ b/src/components/layouts/zoomed-full-body.css @@ -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%; }