mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
forgot to edit max h
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-dU53IKaa.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BhKzLrKY.css">
|
||||
<script type="module" crossorigin src="/assets/index-CH6kgfTb.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-q_XWdgDK.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -50,7 +50,7 @@ export default function ModeGateOverlay() {
|
||||
</div>
|
||||
You can use the chat from here though :3
|
||||
{/* set max height of this box */}
|
||||
<div className='max-h-60 overflow-y-auto'>
|
||||
<div className='max-h-80 overflow-y-auto'>
|
||||
<ChatPanel />
|
||||
<NicknameForm />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user