Skip to content

Commit 5130066

Browse files
TommertomTommertom
authored andcommitted
Updated IonNav as per discord suggestion
1 parent 2524563 commit 5130066

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.5.85
6+
7+
- fix as per discord suggestion https://discord.com/channels/520266681499779082/1049388501629681675/1264201865231339520
8+
(style 100% in IonNav)
9+
510
## 0.5.83
611

712
- bumped Ionic core 8.2.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-svelte",
3-
"version": "0.5.84",
3+
"version": "0.5.85",
44
"private": false,
55
"homepage": "https://ionic-svelte.firebaseapp.com",
66
"repository": {

src/IonNav.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
divWrapper.id = contentID;
2020
2121
let navContent = document.createElement("div");
22+
navContent.id = contentID + "-content";
23+
navContent.style.height = "100%";
2224
2325
divWrapper.appendChild(navContent);
2426
document.body.appendChild(divWrapper);

0 commit comments

Comments
 (0)