Updated release note.

This commit is contained in:
ickshonpe 2025-07-12 00:12:19 +01:00
parent f93dea452f
commit 498696466c
2 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,7 @@
---
title: Automatically allocate space for scrollbars
authors: ["@ickshonpe"]
pull_requests: [20093]
---
`Node` has a new field `scrollbar_width`. If `OverflowAxis::Scroll` is set for a UI Node's axis, a space for a scrollbars of width `scrollbar_width` will automatically be left in the layout.

View File

@ -1,5 +0,0 @@
---
title: Improved scrollbar support
authors: ["@ickshonpe"]
pull_requests: []
---