fix: prevent extension-point list from being obscured at bottom (#7218)

#### What type of PR is this?

/area ui
/kind bug
/milestone 2.20.x

#### What this PR does / why we need it:

See https://github.com/halo-dev/halo/issues/7214

#### Which issue(s) this PR fixes:

Fixes https://github.com/halo-dev/halo/issues/7214

#### Does this PR introduce a user-facing change?

```release-note
修复插件扩展配置列表底部可能被遮挡的问题。
```
pull/7236/head v2.20.14
Ryan Wang 2025-01-24 14:32:07 +08:00 committed by GitHub
parent c1b924bc2e
commit 5a6551a770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ watch(
</h2>
</div>
<ul
class="box-border h-full w-full divide-y divide-gray-100 overflow-auto"
class="box-border h-full w-full divide-y divide-gray-100 overflow-auto pb-12"
role="list"
>
<li