Skip to content

Commit

Permalink
fix: prevent extension-point list from being obscured at bottom (#7218)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area ui
/kind bug
/milestone 2.20.x

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

See #7214

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

Fixes #7214

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

```release-note
修复插件扩展配置列表底部可能被遮挡的问题。
```
  • Loading branch information
ruibaby authored Jan 24, 2025
1 parent c1b924b commit 5a6551a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a6551a

Please sign in to comment.