Skip to content

Commit e02a8a8

Browse files
committed
z-index of iframe
1 parent 2d73ccf commit e02a8a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercise_1.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ cat(sprintf("[Open in Shinylive](%s)\n\n", url))
6464

6565
### App
6666

67-
```{r shinylive_iframe, echo = FALSE, out.width = '150%', purl = FALSE}
67+
```{r shinylive_iframe, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', purl = FALSE}
6868
knitr::include_url(url, height = "800px")
6969
```

exercise_2.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,6 @@ cat(sprintf("[Open in Shinylive](%s)\n\n", url))
109109

110110
### App
111111

112-
```{r shinylive_iframe, echo = FALSE, out.width = '150%', purl = FALSE}
112+
```{r shinylive_iframe, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', purl = FALSE}
113113
knitr::include_url(url, height = "800px")
114114
```

exercise_3.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ cat(sprintf("[Open in Shinylive](%s)\n\n", url))
136136

137137
### App
138138

139-
```{r shinylive_iframe, echo = FALSE, out.width = '150%', purl = FALSE}
139+
```{r shinylive_iframe, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', purl = FALSE}
140140
knitr::include_url(url, height = "800px")
141141
```

exercise_4.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ cat(sprintf("[Open in Shinylive](%s)\n\n", url))
176176

177177
### App
178178

179-
```{r shinylive_iframe, echo = FALSE, out.width = '150%', purl = FALSE}
179+
```{r shinylive_iframe, echo = FALSE, out.width = '150%', out.extra = 'style = "position: relative; z-index:1"', purl = FALSE}
180180
knitr::include_url(url, height = "800px")
181181
```

0 commit comments

Comments
 (0)