fixed disappearing header in Chrome

This commit is contained in:
Danny Coates
2019-03-13 11:40:39 -07:00
parent 44dcf8a260
commit ce8dba4200
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ module.exports = function(state, emit) {
<main class="main">
${state.modal && modal(state, emit)}
<section
class="flex flex-col items-center justify-center h-full w-full p-6 z-10 overflow-hidden md:rounded-lg md:shadow-big"
class="flex flex-col items-center justify-center h-full w-full p-6 overflow-hidden md:rounded-lg md:shadow-big"
>
<h1 class="text-center font-bold my-2">
${state.translate('errorPageHeader')}