Skip to content

Commit

Permalink
Merge pull request #37 from memori-ai/fix-totem-layout
Browse files Browse the repository at this point in the history
style: enhance layout controls with max-height and z-index adjustments
  • Loading branch information
andrepat0 authored Jan 15, 2025
2 parents ffc3c4e + 3b7f22a commit eca25cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/layouts/totem.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eca25cf

Please sign in to comment.