Skip to content

Commit

Permalink
fix header location
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jan 13, 2025
1 parent 14d6a69 commit 276cbf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/components/BalanceView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ export default defineComponent({
return [].concat(...this.mints.map((m) => m.keysets));
},
getTotalBalance: function () {
// if (this.totalUnitBalance == 0 && this.lastBalanceCached) {
// return this.lastBalanceCached;
// }
return this.totalUnitBalance;
},
getActiveBalance: function () {
Expand Down
6 changes: 3 additions & 3 deletions src/components/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ export default defineComponent({
});
</script>
<style scoped>
.glassy-header {
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
.q-header {
position: relative;
z-index: auto;
}
</style>

0 comments on commit 276cbf6

Please sign in to comment.