Skip to content

Commit 31e5f0a

Browse files
fix(ui5-dynamic-page): prevent flickering when content is updated (#13336)
1 parent 0352ff0 commit 31e5f0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fiori/src/themes/DynamicPage.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
.ui5-dynamic-page-scroll-container {
2222
overflow-y: auto;
2323
height: 100%;
24+
overflow-anchor: none;
2425
}
2526

2627
/* Automatically fit content that has height: 100% */

0 commit comments

Comments
 (0)