mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
added mode=ios to all headers in showcase
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
// create component to open
|
||||
const element = document.createElement('div');
|
||||
element.innerHTML = `
|
||||
<ion-header translucent="true" id="smallTitleHeader">
|
||||
<ion-header translucent="true" id="smallTitleHeader" mode="ios">
|
||||
<div style="position: absolute; left: 0; right: 0; bottom: 0">
|
||||
<img style="transform: rotate(180deg)" src="/src/components/header/test/img.jpg" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user