diff options
| author | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 18:21:05 -0400 | 
|---|---|---|
| committer | Michael Foiani <mfoiani2019@communityschoolnaples.org> | 2018-07-26 18:21:05 -0400 | 
| commit | 2627ed03a65634a2a323d2805839eac2766432ba (patch) | |
| tree | b2336f76969a2127f071e924fc857591228fee5a /src/components/mao-app.js | |
| parent | 39497cb690e727778aaabf3ef0ec116c7c97b2ee (diff) | |
Added paper cards for grid elements
Diffstat (limited to 'src/components/mao-app.js')
| -rw-r--r-- | src/components/mao-app.js | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/mao-app.js b/src/components/mao-app.js index 9483cc6..2694950 100644 --- a/src/components/mao-app.js +++ b/src/components/mao-app.js @@ -69,6 +69,12 @@ class MaoApp extends connect(store)(LitElement) {          background-color: var(--app-header-background-color);          color: var(--app-header-text-color);          border-bottom: 1px solid #eee; + +        z-index: 101; +      } + +      app-drawer { +        z-index: 101;        }        .toolbar-top {  | 
