style updated for chrome
This commit is contained in:
parent
7394d20cb7
commit
43748295b0
6 changed files with 7 additions and 13 deletions
|
@ -27,7 +27,7 @@ module.exports = function(state, emit) {
|
|||
${state.modal && modal(state, emit)}
|
||||
<section class="h-full w-full p-6 md:flex md:flex-row z-10">
|
||||
<div class="md:mr-6 md:w-1/2">${left}</div>
|
||||
<div class="md:w-1/2 overflow-y-scroll mt-6 md:mt-0">${right}</div>
|
||||
<div class="md:w-1/2 mt-6 md:mt-0">${right}</div>
|
||||
</section>
|
||||
</main>`;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue