fixed disappearing header in Chrome
This commit is contained in:
parent
44dcf8a260
commit
ce8dba4200
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue