File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ export class CrawlConfigEditor extends LiteElement {
754754 if ( this . configId ) {
755755 return html `
756756 <footer
757- class="px-6 py-4 flex gap-2 items-center justify-end border rounded-b-lg sticky bottom-0 bg-white"
757+ class="px-6 py-4 flex gap-2 items-center justify-end border rounded-b-lg sticky bottom-0 bg-white z-50 "
758758 >
759759 <div class="mr-auto">${ this . renderRunNowToggle ( ) } </div>
760760 <aside class="text-xs text-neutral-500">
@@ -776,7 +776,7 @@ export class CrawlConfigEditor extends LiteElement {
776776 if ( ! this . configId ) {
777777 return html `
778778 <footer
779- class="px-6 py-4 flex gap-2 items-center justify-end border sticky bottom-0 bg-white rounded-b-lg"
779+ class="px-6 py-4 flex gap-2 items-center justify-end border sticky bottom-0 bg-white rounded-b-lg z-50 "
780780 >
781781 ${ this . renderSteppedFooterButtons ( { isFirst, isLast } ) }
782782 </footer>
You can’t perform that action at this time.
0 commit comments