Skip to content

Commit

Permalink
remove chat scrollback
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-murray committed Oct 30, 2024
1 parent a7a0216 commit 5a79af6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Feed for Twitch by Deleter</title>
<script type="module" crossorigin src="/split-feed/assets/index-2EdKoMvq.js"></script>
<link rel="stylesheet" crossorigin href="/split-feed/assets/index-CwTO7q3Y.css">
<script type="module" crossorigin src="/split-feed/assets/index-CNc_ex6W.js"></script>
<link rel="stylesheet" crossorigin href="/split-feed/assets/index-a02oDeJM.css">
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
}

.chat-frame {
height: 10000px;
height: 100%;
width: 100%;
border: none;
}

.chat-scroll-container {
max-height: 100%;
height: 100%;
width: 100%;
overflow-y: hidden;
flex-shrink: 0;
Expand Down

0 comments on commit 5a79af6

Please sign in to comment.