fix: hidden editor header on Safari

This commit is contained in:
Ramires Viana 2021-03-24 12:23:05 +00:00
parent e9baf0c4b6
commit b521dec8f9
2 changed files with 3 additions and 3 deletions

View File

@ -109,6 +109,7 @@
#previewer {
background-color: rgba(0, 0, 0, 0.9);
padding-top: 4em;
position: fixed;
top: 0;
left: 0;
@ -142,7 +143,6 @@
}
#previewer .preview {
margin-top: 4em;
text-align: center;
height: calc(100vh - 4em);
}
@ -209,7 +209,7 @@
#editor-container {
background-color: #fafafa;
position: fixed;
margin-top: 4em;
padding-top: 4em;
top: 0;
left: 0;
width: 100%;

View File

@ -1,6 +1,6 @@
<template>
<div>
<header-bar v-if="error || !req.type" showMenu showLogo />
<header-bar v-if="error || req.type == null" showMenu showLogo />
<breadcrumbs base="/files" />