mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
Enhancement: Allow scrolling when edit m3u account modal is open on mobile.
This commit is contained in:
parent
2b58d7d46e
commit
1d23ed3685
1 changed files with 11 additions and 1 deletions
|
|
@ -226,7 +226,17 @@ const M3U = ({
|
|||
|
||||
return (
|
||||
<>
|
||||
<Modal size={700} opened={isOpen} onClose={close} title="M3U Account">
|
||||
<Modal
|
||||
size={700}
|
||||
opened={isOpen}
|
||||
onClose={close}
|
||||
title="M3U Account"
|
||||
scrollAreaComponent={Modal.NativeScrollArea}
|
||||
lockScroll={false}
|
||||
withinPortal={true}
|
||||
trapFocus={false}
|
||||
yOffset="2vh"
|
||||
>
|
||||
<LoadingOverlay
|
||||
visible={form.submitting}
|
||||
overlayBlur={2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue