Skip to content

Commit 228984b

Browse files
devvaannshabose
authored andcommitted
fix: live preview divider disappears when live preview width is very narrow
1 parent 2f8ed8f commit 228984b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/extensionsIntegrated/Phoenix-live-preview

src/extensionsIntegrated/Phoenix-live-preview/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<i class="fa fa-times live-preview-overlay-close" title="{{Strings.LIVE_PREVIEW_HIDE_OVERLAY}}"></i>
6363
</div>
6464
<div class="frame-container">
65-
<div style="width: 3px;"></div>
65+
<div style="width: 3px; flex-shrink: 0;"></div>
6666
<iframe id="panel-live-preview-frame" title="Live Preview" style="border: none"
6767
width="100%" height="100%" seamless="true" srcdoc='<img width="50px" src="styles/images/Spinner-1s-200px.svg">'
6868
sandbox="allow-same-origin allow-popups-to-escape-sandbox allow-popups allow-scripts allow-forms allow-modals allow-pointer-lock">

0 commit comments

Comments
 (0)