Firefox now works... mostly

This commit is contained in:
Stefan Zermatten
2017-02-13 09:21:55 +02:00
parent 576c1f953b
commit cb493a9f16
7 changed files with 51 additions and 9 deletions

View File

@@ -19,3 +19,24 @@
app-drawer-layout.layout {
z-index: 0;
}
#accountSummary > #background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
}
#accountSummary > #background > #backgroundFrontLayer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
pointer-events: none;
background-size: cover;
background-image: url(/png/paper-dice-crown.png);
}

View File

@@ -8,7 +8,9 @@
<paper-toast id="global-toast" duration="5000">
{{> Template.dynamic template=globalToastTemplate data=globalToastData }}
</paper-toast>
{{> dialogStack}}
<dicecloud-wrapper>
{{> dialogStack}}
</dicecloud-wrapper>
</template>
<template name="appDrawer">