Skip to content

Commit 8ef6289

Browse files
authored
fix(ui5-page): remove unnecessary scrollbar (#5258)
1 parent 405702c commit 8ef6289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/Page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:host(:not([hidden])) {
33
width: 100%;
44
height: 100%;
5-
display: inline-block;
5+
display: block;
66
}
77

88
.ui5-page-root {

0 commit comments

Comments
 (0)