Skip to content

Commit

Permalink
fix(demo): set iframe elevation to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
stasson committed Nov 28, 2017
1 parent 6c3d29c commit 1662382
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/drawer/demo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<iframe class="mdc-demo mdc-demo--fluid" scrolling='no' title='vue-mdc-adapter App Layout'
<iframe class="mdc-demo mdc-elevation--z1" scrolling='no' title='vue-mdc-adapter App Layout'
:src="iframe" width="400" height="250" frameborder='no'
allowtransparency='false' allowfullscreen='false'>
</iframe>
Expand Down
2 changes: 1 addition & 1 deletion components/layout-app/demo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<iframe class="mdc-demo mdc-demo--fluid" scrolling='no' title='vue-mdc-adapter App Layout'
<iframe class="mdc-demo mdc-elevation--z1" scrolling='no' title='vue-mdc-adapter App Layout'
:src="iframe" width="400" height="350" frameborder='no'
allowtransparency='false' allowfullscreen='false'>
</iframe>
Expand Down
2 changes: 1 addition & 1 deletion components/toolbar/demo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<iframe class="mdc-demo mdc-demo--fluid" scrolling="no" title="vue-mdc-adapter App Layout"
<iframe class="mdc-demo mdc-elevation--z1" scrolling="no" title="vue-mdc-adapter App Layout"
:src="iframe" width="400" height="150" frameborder='no'
allowtransparency='false' allowfullscreen='false'>
</iframe>
Expand Down

0 comments on commit 1662382

Please sign in to comment.