Skip to content

Commit

Permalink
Fix overlay again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed Jun 7, 2021
1 parent 3c4b521 commit e1449ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
<script>
var version="0.13.1"
var version="0.13.2"
var mainPage;
var scanPage;
var historyPage;
Expand Down
2 changes: 1 addition & 1 deletion Frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class MainElement extends LitElement {
bottom: 28px;
top: unset;
height: 20px;
z-index: -2;
z-index: -1;
}
.loadingSpinner {
Expand Down
4 changes: 2 additions & 2 deletions Frontend/scann.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ checkValidAndSave(e)
<paper-button raised class="buttons" @click=${() => resetForm(this)}><iron-icon icon="clear"></iron-icon>${translated.buttons.lbl_abort}</paper-button>
`: html ``
}
</div>
<!-- On event elements -->
Expand All @@ -383,7 +383,7 @@ checkValidAndSave(e)
<paper-toast class= "invalidSums fit-bottom" id="invalidStore" duration="2000" text="${translated.toasts.lbl_invalidStore}"></paper-toast>
<paper-toast class= "invalidSums fit-bottom" id="invalidSumTotal" duration="2000" text="${translated.toasts.lbl_invalidSumTotal}"></paper-toast>
<paper-toast class= "invalidSums fit-bottom" id="invalidToken" duration="5000" text="${translated.toasts.lbl_invalidToken}"></paper-toast>
</div>
`;
}

Expand Down

0 comments on commit e1449ae

Please sign in to comment.