fixed disappearing header in Chrome

This commit is contained in:
Danny Coates 2019-03-13 11:40:39 -07:00
parent 44dcf8a260
commit ce8dba4200
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ module.exports = function() {
return html`
<main class="main">
<section
class="h-full w-full p-6 z-10 md:flex md:flex-row md:rounded-lg md:shadow-big"
class="h-full w-full p-6 md:flex md:flex-row md:rounded-lg md:shadow-big"
>
<div class="md:mr-6 md:w-1/2 w-full"></div>
<div class="md:w-1/2 mt-6 md:mt-0 w-full"></div>