Skip to content

Commit

Permalink
UI: Make the header full height in small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jul 5, 2023
1 parent b9dfbb7 commit ecda0cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/conversation-ui/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ html {
}

&.header--open {
// Make the header full height
.header {
min-height: 100vh;
}

// Hide the main content
.main {
display: none;
Expand Down

0 comments on commit ecda0cc

Please sign in to comment.