Skip to content

Commit

Permalink
fix: possible fix for prod nav completely blank black
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Oct 9, 2022
1 parent 3fa3dbc commit 49ff5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/apps/ui/layouts/EmptyDashboardLayout.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<template>
<div
id="dashboard"
class="d-flex justify-content-center align-items-center vh-100"
style="background-color: #ebeae2 !important"
>
Expand Down
2 changes: 1 addition & 1 deletion src/apps/ui/layouts/SingleDashboardLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const appStore = useAppStore();
</script>

<template>
<div id="admin" class="d-flex flex-column min-vh-100 border-2 bg-black">
<div id="dashboard" class="d-flex flex-column min-vh-100 border-2 bg-black">
<main
id="admin-router-wrapper"
class="container px-0 flex-grow-1"
Expand Down

0 comments on commit 49ff5cc

Please sign in to comment.