Skip to content

Commit

Permalink
Merge pull request #825 from gagansuie/dev
Browse files Browse the repository at this point in the history
Fix: added overflow-x-hidden to restream drawer
  • Loading branch information
gagansuie authored Dec 9, 2023
2 parents 186baed + 6f5b198 commit d8ad78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Channel/Chat/DrawerRestream.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
bind:checked={$is_restream_drawer_open} />

<!-- svelte-ignore a11y-click-events-have-key-events -->
<div class="drawer-side z-50" on:click={overlayClick}>
<div class="drawer-side z-50 overflow-x-hidden" on:click={overlayClick}>
<label id="overlay" for="restream-drawer" aria-label="close sidebar" class="drawer-overlay" />
<div class="flex lg:h-full p-5">
<div class="bg-base-200 w-80 md:w-[24rem] h-full flex flex-col rounded-lg lg:mb-0 mb-20">
Expand Down

0 comments on commit d8ad78f

Please sign in to comment.