-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0
-
- Install the app in an iOS device and check that the side menu header is displayed as it should.
- Additionally, check that this doesn't break it in browser or Android.
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
Some ionic iOS styles collide with ours, so the side menu is not displayed as it should. For example:
.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) {
|
height: 64px; }
|
overrides our
.bar-side-menu {
|
height: 80px; }
|