Move fullscreen file editor down to not cover top bar (#1527)

This commit is contained in:
Charles 2025-07-18 05:05:09 -04:00 committed by GitHub
parent e0697d3288
commit 4a9814f16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -172,7 +172,6 @@
@endif
</div>
<div class="fme-container" x-show="!showPreview">
<!-- Editor -->
<div x-show="!monacoLoader" class="fme-element-wrapper">
<div x-ref="monacoEditorElement" class="fme-element" wire:ignore style="height: 100%"></div>
<div x-ref="monacoPlaceholderElement" x-show="monacoPlaceholder" @click="monacoEditorFocus()"