Skip to content

Commit 628c1d7

Browse files
committed
Fix unable to click in demo app
1 parent 38a61e9 commit 628c1d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ body {
3333

3434
#demo-app {
3535
position: absolute;
36+
z-index: -1;
3637
}
3738

3839
.light-gray {
@@ -227,7 +228,6 @@ body {
227228
right: 0;
228229
margin: 0;
229230
margin-left: 0;
230-
z-index: -1;
231231

232232
@media (min-width: $screen-md-min) {
233233
display: -webkit-flex;

0 commit comments

Comments
 (0)