mirror of
https://github.com/idanoo/autobrr
synced 2025-07-24 01:09:13 +00:00
fix(web): form slideovers for mobile views (#1725)
This commit is contained in:
parent
45df8a67ee
commit
425c3b21ef
6 changed files with 12 additions and 12 deletions
|
@ -350,12 +350,12 @@ export function NotificationAddForm({ isOpen, toggle }: AddProps) {
|
|||
<Dialog
|
||||
as="div"
|
||||
static
|
||||
className="absolute inset-0 overflow-hidden"
|
||||
className="fixed inset-0 overflow-hidden"
|
||||
open={isOpen}
|
||||
onClose={toggle}
|
||||
>
|
||||
<div className="absolute inset-0 overflow-hidden">
|
||||
<DialogPanel className="absolute inset-y-0 right-0 pl-10 max-w-full flex sm:pl-16">
|
||||
<DialogPanel className="absolute inset-y-0 right-0 max-w-full flex">
|
||||
<TransitionChild
|
||||
as={Fragment}
|
||||
enter="transform transition ease-in-out duration-500 sm:duration-700"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue