Skip to content

Commit

Permalink
no way to test with ngrok? crap.. lets try this and if not will figu…
Browse files Browse the repository at this point in the history
…re out new way to test
  • Loading branch information
irvins committed Dec 5, 2024
1 parent 253fa80 commit 4e3f59b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions mica-chatbot/dist/assets/index-BhL0ded8.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion mica-chatbot/dist/assets/index-Cu137OzE.css

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions mica-chatbot/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
overflow: hidden;
}
</style>
<script type="module" crossorigin src="/assets/index-CCFMe_Dt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cu137OzE.css">
<script type="module" crossorigin src="/assets/index-WEkvaPuo.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BhL0ded8.css">
</head>
<body>
<div id="chatbot_ui_container"></div>
Expand Down
2 changes: 1 addition & 1 deletion mica-chatbot/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
top: 0;
left: 0;
width: 100vw;
height: 100vh;
height: 100%;
z-index: 9999;
pointer-events: auto; /* Make the entire container interactive */
display: flex;
Expand Down

0 comments on commit 4e3f59b

Please sign in to comment.