Created
October 16, 2025 09:15
-
-
Save lamnguyenx/d55db5fa96b3b5cba0b90a896acb6ebf to your computer and use it in GitHub Desktop.
Monica Side-by-Side
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [class^="chat-box"] { | |
| flex-direction: row !important; | |
| overflow-y: auto !important; | |
| } | |
| [class^="chat-box"] #monica-chat-scroll-box { | |
| order: 9; | |
| position: sticky !important; | |
| bottom: 0; | |
| scroll-behavior: smooth !important; | |
| } | |
| [class^="chat-box"] [class^="chat-items-container"] { | |
| margin-bottom: 200px !important; | |
| min-height: 0 !important; | |
| } | |
| [class^="chat-box"] [class^="chat-input-v2--"] { | |
| flex: 0.6; | |
| padding-top: 80px !important; | |
| margin-left: 0px !important; | |
| margin-right: 0px !important; | |
| position: sticky !important; | |
| top: 0; | |
| } | |
| [class^="chat-box"] [class^="input-wrapper--"] { | |
| height: 80vh !important; | |
| max-height: 80vh !important; | |
| } | |
| [class^="chat-box"] [class^="scroll-btn-wrapper--"] { | |
| display: none !Important; | |
| } | |
| [class^="chat-box"] [class^="bot-header--"] { | |
| display: none !Important; | |
| } | |
| [class^="chat-message"] [class^="header---"] { | |
| padding-top: 2000px !Important; | |
| } | |
| #monica-chat-scroll-box { | |
| padding-top: 4000px !Important; | |
| } | |
| [class^="chat-items--"] { | |
| padding-top: 4000px !Important | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment