[PR #754] [MERGED] Bugfix/side dialog positioning #2307

Closed
opened 2026-01-29 18:18:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/754
Author: @MPapst
Created: 12/18/2022
Status: Merged
Merged: 12/19/2022
Merged by: @enchev

Base: masterHead: bugfix/side-dialog-positioning


📝 Commits (2)

  • 48996e4 fix side dialog does not use full height when main content is scrollable
  • 3c80aa5 allow scrolling the content of the side dialog in vertical direction

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/themes/components/blazor/_dialog.scss (+2 -1)

📄 Description

Fixes that the side dialog does not have full window height, when the main content is larger as the displayed window.
In addition it sets the overflow-y to auto of the side dialog, to allow scrolling, when the content of the side dialog is larger the the current window.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/754 **Author:** [@MPapst](https://github.com/MPapst) **Created:** 12/18/2022 **Status:** ✅ Merged **Merged:** 12/19/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `bugfix/side-dialog-positioning` --- ### 📝 Commits (2) - [`48996e4`](https://github.com/radzenhq/radzen-blazor/commit/48996e49aca803f2100ca17cd106d8defa5927fc) fix side dialog does not use full height when main content is scrollable - [`3c80aa5`](https://github.com/radzenhq/radzen-blazor/commit/3c80aa5e1739dec24d514e113fa644b8cd22b1c2) allow scrolling the content of the side dialog in vertical direction ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/themes/components/blazor/_dialog.scss` (+2 -1) </details> ### 📄 Description Fixes that the side dialog does not have full window height, when the main content is larger as the displayed window. In addition it sets the `overflow-y` to `auto` of the side dialog, to allow scrolling, when the content of the side dialog is larger the the current window. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2307