Skip to content

Commit 65cb42f

Browse files
authored
fix(ui5-wizard): fix styling issues (#2547)
- set default content background (equivalent to Standard in openui5) - remove additional space from the content bottom FIXES #2523
1 parent 31e8a4a commit 65cb42f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/fiori/src/themes/Wizard.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
position: relative;
4545
padding: 5rem 1rem 1rem 1rem;
4646
overflow: auto;
47-
height: calc(100% - 4rem);
47+
height: 100%;
4848
box-sizing: border-box;
49+
background: var(--sapBackgroundColor);
4950
}
5051

5152
.ui5-wiz-content-item {

0 commit comments

Comments
 (0)