Skip to content

Commit

Permalink
🐛 fix(bottom-navigation): Bottom navigation respects the iOS safe-area (
Browse files Browse the repository at this point in the history
saadeghi#1354)

* 🐛 fix(bottom-navigation): Bottom navigation respects the iOS safe-area

* 💄 style: Restore syntax
  • Loading branch information
bastiaanv authored and ImgBotApp committed Jun 5, 2023
1 parent ef5f638 commit ce0886f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/docs/src/routes/components/bottom-navigation.svelte.md
Expand Up @@ -23,6 +23,13 @@ data="{[
]}"
/>

<div class="alert alert-info text-sm mb-2">
<div>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" class="stroke-info-content flex-shrink-0 w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg>
The &lt;meta name="viewport" content="viewport-fit=cover"&gt; is required for responsive of the bottom navigation in iOS.
</div>
</div>

<Component title="Bottom Navigation">
<div class="btm-nav relative">
<button>
Expand Down

0 comments on commit ce0886f

Please sign in to comment.