Skip to content

Commit

Permalink
Fix: On iPhone X and above, the bottom menu is too low and interferes…
Browse files Browse the repository at this point in the history
… with unclickable interactive elements
  • Loading branch information
marc-farre committed Mar 8, 2024
1 parent 1ad53e0 commit 5db0fea
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Unreleased
--------------------
- Fix: On iPhone X and above, the bottom menu is too low and interferes with unclickable interactive elements

1.7.0 (MArch 7, 2024)
--------------------
- Enh: On small screens, the main menu is divided in 2: top and bottom menu
Expand Down
2 changes: 1 addition & 1 deletion themes/clean-base/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/clean-base/css/theme.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions themes/clean-base/less/humhub/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#top-menu-nav {
position: fixed;
bottom: 0;
padding-bottom: env(safe-area-inset-bottom); // for the web view space (safe area) on iPhone X and above
background-color: @background-color-secondary;
border-top: solid 2px #CCC;
width: auto;
Expand Down
2 changes: 1 addition & 1 deletion themes/clean-bordered/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/clean-bordered/css/theme.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/clean-contrasted/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/clean-contrasted/css/theme.css.map

Large diffs are not rendered by default.

0 comments on commit 5db0fea

Please sign in to comment.