From 3b7f22a2b70252fdf431cdb072548dfe268095fd Mon Sep 17 00:00:00 2001 From: andrepat0 Date: Tue, 14 Jan 2025 15:11:53 +0100 Subject: [PATCH] style: enhance layout controls with max-height and z-index adjustments --- src/components/layouts/totem.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/layouts/totem.css b/src/components/layouts/totem.css index 322958e9..bf7f2aa0 100644 --- a/src/components/layouts/totem.css +++ b/src/components/layouts/totem.css @@ -121,9 +121,18 @@ .memori-totem-layout--controls .memori--start-panel, .memori-totem-layout--controls .memori-chat--history, .memori-totem-layout--controls .memori-chat--content { + z-index: 100; background: transparent; } +.memori-totem-layout--controls .memori-chat--history .memori-chat--content { + max-height: 400px; +} + +.memori-totem-layout--controls { + z-index: 100; +} + .memori-totem-layout--controls .memori--start-panel, .memori-totem-layout--controls .memori-chat--wrapper { width: 80vw;