fixed admin unable to write in the body of the post

This commit is contained in:
Naser Mansour 2026-01-09 20:01:46 +02:00
parent 0dfb2a8759
commit 2b575310ee
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ app()->getLocale() === 'ar' ? 'rtl' : 'ltr' }}"> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ app()->getLocale() === 'ar' ? 'rtl' : 'ltr' }}">
<head> <head>
@include('partials.head') @include('partials.head')
@stack('styles')
<style> <style>
@media (min-width: 1024px) { @media (min-width: 1024px) {
ui-sidebar[data-flux-sidebar] { ui-sidebar[data-flux-sidebar] {
@ -356,5 +357,6 @@
</div> </div>
@fluxScripts @fluxScripts
@stack('scripts')
</body> </body>
</html> </html>