Skip to content

Commit

Permalink
Merge pull request #637 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Fix: hide on mobile layouts
  • Loading branch information
gagansuie authored Jul 22, 2023
2 parents 43decb9 + 2bc2632 commit 9cdc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Channel/Stream/StreamControls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
</div>
<input
type="checkbox"
class="toggle toggle-primary toggle-xs tooltip absolute right-20"
class="toggle toggle-primary toggle-xs tooltip absolute right-20 hidden sm:block"
data-tip="Lock scroll"
bind:checked={isScrollable}
on:click={() => {
Expand Down

0 comments on commit 9cdc420

Please sign in to comment.