Skip to content

Commit

Permalink
fix: removing transparent for background, breaks dark mode and consta…
Browse files Browse the repository at this point in the history
…ntly shows loading indicator, swapped for increasing z-index, which also solves showing the hero image for stories (#2646) (#2647)
  • Loading branch information
santilland authored Jul 26, 2024
1 parent 0a26a45 commit 823286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- eslint-disable global-require -->
<template>
<v-app id="inspire" :class="`fill-height brand-${appConfig.id}`" style="background-color:transparent">
<v-app id="inspire" :class="`fill-height brand-${appConfig.id}`" style="z-index:10">
<div v-if="comingSoon"
class="fill-height d-flex justify-center align-center"
:style="{background: $vuetify.theme.themes[theme].background}"
Expand Down

0 comments on commit 823286e

Please sign in to comment.