fix(follow): fix follow modal overflow scrollbar position, fix #1238
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
15a14c63b6
commit
fb2a4589eb
|
|
@ -380,7 +380,7 @@ const FeedInnerForm = ({
|
|||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<div className="absolute inset-x-0 bottom-0 flex flex-1 items-center justify-end gap-4 bg-theme-background p-4">
|
||||
<div className="absolute inset-x-0 bottom-0 right-[6px] flex flex-1 items-center justify-end gap-4 bg-theme-modal-background-opaque p-4">
|
||||
{isSubscribed && (
|
||||
<Button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Reference in New Issue