File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## 0.5.85
6
+
7
+ - fix as per discord suggestion https://discord.com/channels/520266681499779082/1049388501629681675/1264201865231339520
8
+ (style 100% in IonNav)
9
+
5
10
## 0.5.83
6
11
7
12
- bumped Ionic core 8.2.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ionic-svelte" ,
3
- "version" : " 0.5.84 " ,
3
+ "version" : " 0.5.85 " ,
4
4
"private" : false ,
5
5
"homepage" : " https://ionic-svelte.firebaseapp.com" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 19
19
divWrapper .id = contentID ;
20
20
21
21
let navContent = document .createElement (" div" );
22
+ navContent .id = contentID + " -content" ;
23
+ navContent .style .height = " 100%" ;
22
24
23
25
divWrapper .appendChild (navContent );
24
26
document .body .appendChild (divWrapper );
You can’t perform that action at this time.
0 commit comments