Skip to content

Commit 128cc10

Browse files
Merge pull request #2281 from IDEMSInternational/fix/ios-footer
fix: iOS footer bug
2 parents a625224 + b93fc56 commit 128cc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/components/template/components/navigation-bar/navigation-bar.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $navigation-bar-height: var(--navigation-bar-height);
2323
padding: var(--tiny-padding) 0;
2424
// Apply max-height to adapt to case where button has no text
2525
max-height: calc($navigation-bar-height - var(--large-padding));
26+
width: 100%;
2627

2728
img {
2829
height: 100%;

0 commit comments

Comments
 (0)