mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed Safari bug not showing full-height post preview
This commit is contained in:
parent
425bf20c19
commit
b75839f325
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="gh-post-preview-browser-container">
|
<div class="gh-post-preview-browser-container">
|
||||||
<iframe class="gh-pe-iframe" src={{@post.previewUrl}} style="height: 100%"></iframe>
|
<iframe class="gh-pe-iframe" src={{@post.previewUrl}}></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="gh-post-preview-browser-footer">
|
<div class="gh-post-preview-browser-footer">
|
||||||
<span class="mr3 nowrap fw6 f8 darkgrey">Share preview privately</span>
|
<span class="mr3 nowrap fw6 f8 darkgrey">Share preview privately</span>
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
.gh-post-preview-browser-container iframe {
|
.gh-post-preview-browser-container iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
/* height: 100%; */
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue