Skip to content

Commit 4bff4fd

Browse files
chore: fix bug
1 parent 52fc728 commit 4bff4fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fiori/src/NavigationLayout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class NavigationLayout extends UI5Element {
104104
onBeforeRendering() {
105105
this.calcSideCollapsed();
106106

107-
if (window.innerWidth < 600) {
107+
if (window.innerWidth < 600 && this.isSideCollapsed()) {
108108
return;
109109
}
110110

0 commit comments

Comments
 (0)