fix(follow): fix follow modal overflow scrollbar position, fix #1238

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-01-15 17:16:01 +08:00
parent 15a14c63b6
commit fb2a4589eb
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -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"