Skip to content

Commit

Permalink
MDL-68919 theme_boost: prevent nav-tabs collapsing on safari
Browse files Browse the repository at this point in the history
- Flexbox seems to have an issue on safari which shows when using
the activity chooser on mobile. this might be Flexbug moodle#14 listed
on https://github.com/philipwalton/flexbugs
  • Loading branch information
Bas Brands committed Jun 8, 2020
1 parent 111b293 commit f9a99e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/templates/activitychooser.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{{>core_course/local/activitychooser/search}}
</div>
<div data-region="chooser-container" class="chooser-container">
<div class="nav nav-tabs z-index-1" id="activities-{{uniqid}}" role="tablist">
<div class="nav nav-tabs flex-shrink-0 z-index-1" id="activities-{{uniqid}}" role="tablist">
<a class="nav-item nav-link {{#favouritesFirst}}active{{/favouritesFirst}} {{^favourites}}d-none{{/favourites}}"
id="starred-tab-{{uniqid}}"
data-toggle="tab"
Expand Down

0 comments on commit f9a99e0

Please sign in to comment.