|
@@ -49,8 +49,10 @@
|
49
|
49
|
/>
|
50
|
50
|
</button>
|
51
|
51
|
</div>
|
52
|
|
- <div x-show="open"
|
53
|
|
- class="flex flex-col transition duration-200 ease-in-out grow shrink mt-4 fixed z-10 w-screen max-w-[360px] end-4 sm:end-8 rounded-lg bg-white shadow-lg ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 overflow-hidden">
|
|
52
|
+ <div
|
|
53
|
+ x-show="open"
|
|
54
|
+ class="flex flex-col transition duration-200 ease-in-out grow shrink top-16 fixed z-10 w-screen max-w-[360px] end-4 sm:end-8 rounded-lg bg-white shadow-lg ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10 overflow-hidden"
|
|
55
|
+ >
|
54
|
56
|
@foreach($panels as $panelId => $panel)
|
55
|
57
|
<x-panel-shift-dropdown.panel :panel-id="$panelId">
|
56
|
58
|
@if($panelId !== 'main' && isset($panel['label']))
|