Firefox now works... mostly
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user